This commit is contained in:
jl777
2017-03-30 05:13:06 +03:00
parent b599dcc6f6
commit 7edaed9bc7

View File

@@ -25,6 +25,7 @@ struct CCheckpointData {
int64_t nTransactionsLastCheckpoint;
double fTransactionsPerDay;
};
bool CheckBlock(const CCheckpointData& data, int nHeight, const uint256& hash);
//! Return conservative estimate of total number of blocks, 0 if unknown
int GetTotalBlocksEstimate(const CCheckpointData& data);