Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
efd0823e78
  1. 4
      src/checkpoints.h

4
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);

Loading…
Cancel
Save