From 2d9aa109d8a9ba4ee70f7d97294b71b4827e91ed Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 20:58:31 +0300 Subject: [PATCH] Test --- src/checkpoints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkpoints.h b/src/checkpoints.h index a31727ce0..9d9fc6b82 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -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