From b929c085eed7e027e604a21614ea87a538196d4c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 21:04:58 +0300 Subject: [PATCH] Test --- src/checkpoints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);