typedef std::map<int, uint256> MapCheckpoints;
-struct CCheckpointData {
+/*struct CCheckpointData {
MapCheckpoints mapCheckpoints;
int64_t nTimeLastCheckpoint;
int64_t nTransactionsLastCheckpoint;
double fTransactionsPerDay;
-};
- bool CheckBlock(const CCheckpointData& data, int nHeight, const uint256& hash);
+};*/
+ bool CheckBlock(const CChainParams::CCheckpointData& data, int nHeight, const uint256& hash);
//! Return conservative estimate of total number of blocks, 0 if unknown