Transactions-based verification progress

This commit is contained in:
Pieter Wuille
2013-02-10 19:46:42 +01:00
parent 24cde0b7d1
commit 9f2467ad62
5 changed files with 79 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ namespace Checkpoints
// Returns last CBlockIndex* in mapBlockIndex that is a checkpoint
CBlockIndex* GetLastCheckpoint(const std::map<uint256, CBlockIndex*>& mapBlockIndex);
double GuessVerificationProgress(CBlockIndex *pindex);
}
#endif