Rename accumulatorcheckpoints.json.h to accumulatorcheckpoints.json.h.test

This commit is contained in:
2024-10-19 17:19:59 -07:00
committed by GitHub
parent eeadf551bc
commit f378021408
-21
View File
@@ -1,21 +0,0 @@
// Copyright (c) 2018 The PIVX developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef Agrarian_ACCUMULATORCHECKPOINTS_H
#define Agrarian_ACCUMULATORCHECKPOINTS_H
#include <libzerocoin/bignum.h>
#include <univalue/include/univalue.h>
namespace AccumulatorCheckpoints
{
typedef std::map<libzerocoin::CoinDenomination, CBigNum> Checkpoint;
extern std::map<int, Checkpoint> mapCheckpoints;
UniValue read_json(const std::string& jsondata);
bool LoadCheckpoints(const std::string& strNetwork);
Checkpoint GetClosestCheckpoint(const int& nHeight, int& nHeightCheckpoint);
}
#endif //Agrarian_ACCUMULATORCHECKPOINTS_H