diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-02-10 19:46:42 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-02-16 14:51:00 +0100 |
commit | 9f2467ad6241ce6cf0897ed30c676598d59441a7 (patch) | |
tree | 88f4a58c49b2982ce57098f2e30cd860a2ea352a /src/qt/clientmodel.h | |
parent | 24cde0b7d1ad014ffca5d0af896bc50b30e5ddcd (diff) |
Transactions-based verification progress
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 1afccb7859..a3fe92048c 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -34,6 +34,7 @@ public: int getNumBlocks() const; int getNumBlocksAtStartup(); + double getVerificationProgress() const; QDateTime getLastBlockDate() const; //! Return true if client connected to testnet |