Test
This commit is contained in:
@@ -31,10 +31,10 @@ struct CCheckpointData {
|
|||||||
|
|
||||||
|
|
||||||
//! Return conservative estimate of total number of blocks, 0 if unknown
|
//! 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
|
//! 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);
|
double GuessVerificationProgress(const CCheckpointData& data, CBlockIndex* pindex, bool fSigchecks = true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user