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/qt/clientmodel.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/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 1afccb785..a3fe92048 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 |