diff options
| author | Pieter Wuille <[email protected]> | 2013-02-10 19:46:42 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-02-16 14:51:00 +0100 |
| commit | 9f2467ad6241ce6cf0897ed30c676598d59441a7 (patch) | |
| tree | 88f4a58c49b2982ce57098f2e30cd860a2ea352a /src/checkpoints.h | |
| parent | Change progress bar from block-based to time-based (diff) | |
| download | discoin-9f2467ad6241ce6cf0897ed30c676598d59441a7.tar.xz discoin-9f2467ad6241ce6cf0897ed30c676598d59441a7.zip | |
Transactions-based verification progress
Diffstat (limited to 'src/checkpoints.h')
| -rw-r--r-- | src/checkpoints.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/checkpoints.h b/src/checkpoints.h index 70e936564..dcfb44e10 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -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 |