This commit is contained in:
jl777
2018-03-25 20:58:31 +03:00
parent 366c88dcd1
commit 2d9aa109d8

View File

@@ -37,7 +37,7 @@ struct CCheckpointData {
//! Returns last CBlockIndex* in mapBlockIndex that is a checkpoint
CBlockIndex* GetLastCheckpoint(const CChainParams::CCheckpointData& data);
double GuessVerificationProgress(const CCheckpointData& data, CBlockIndex* pindex, bool fSigchecks = true);
double GuessVerificationProgress(const CChainParams::CCheckpointData& data, CBlockIndex* pindex, bool fSigchecks = true);
} //namespace Checkpoints