From 9f2467ad6241ce6cf0897ed30c676598d59441a7 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sun, 10 Feb 2013 19:46:42 +0100 Subject: Transactions-based verification progress --- src/checkpoints.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/checkpoints.h') diff --git a/src/checkpoints.h b/src/checkpoints.h index 70e936564c..dcfb44e10f 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& mapBlockIndex); + + double GuessVerificationProgress(CBlockIndex *pindex); } #endif -- cgit v1.2.3