From 9f8c7135602ec44c7b26ede3db2c92ece9782e09 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 21:03:37 +0300 Subject: [PATCH] Test --- src/checkpoints.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/checkpoints.h b/src/checkpoints.h index 9d9fc6b82..ff3150c5e 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -22,13 +22,13 @@ namespace Checkpoints typedef std::map 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