From efd0823e78817c231ba45f310f68cf93e138eb2d Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 20:54:00 +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 49aaa66d5..215e65c3a 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -31,10 +31,10 @@ struct CCheckpointData { //! Return conservative estimate of total number of blocks, 0 if unknown -int GetTotalBlocksEstimate(const CCheckpointData& data); + int GetTotalBlocksEstimate(const CChainParams::CCheckpointData& data); //! Returns last CBlockIndex* in mapBlockIndex that is a checkpoint -CBlockIndex* GetLastCheckpoint(const CCheckpointData& data); + CBlockIndex* GetLastCheckpoint(const CChainParams::CCheckpointData& data); double GuessVerificationProgress(const CCheckpointData& data, CBlockIndex* pindex, bool fSigchecks = true);