diff --git a/src/checkpoints.h b/src/checkpoints.h index ff3150c5e..b75da9ef2 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -22,12 +22,12 @@ namespace Checkpoints typedef std::map MapCheckpoints; -/*struct CCheckpointData { +struct CCheckpointData { MapCheckpoints mapCheckpoints; int64_t nTimeLastCheckpoint; int64_t nTransactionsLastCheckpoint; double fTransactionsPerDay; -};*/ +}; bool CheckBlock(const CChainParams::CCheckpointData& data, int nHeight, const uint256& hash);