diff options
| author | Jonas Schnelli <[email protected]> | 2017-01-03 15:09:57 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-01-19 09:10:04 +0100 |
| commit | 40ec7c7b0d2a5a37de90635b676b16884b622dd6 (patch) | |
| tree | 2e85b0992f571b5ed4e2790674e5d8a1c1a78bc5 /src/qt/clientmodel.h | |
| parent | doc: Add historical release notes for 0.13.2 (diff) | |
| download | discoin-40ec7c7b0d2a5a37de90635b676b16884b622dd6.tar.xz discoin-40ec7c7b0d2a5a37de90635b676b16884b622dd6.zip | |
[Qt] Improve progress display during headers-sync and peer-finding
Diffstat (limited to 'src/qt/clientmodel.h')
| -rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index a64140142..c495f6210 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -66,7 +66,7 @@ public: //! Return true if core is doing initial block download bool inInitialBlockDownload() const; - //! Return true if core is importing blocks + //! Returns enum BlockSource of the current importing/syncing state enum BlockSource getBlockSource() const; //! Return true if network activity in core is enabled bool getNetworkActive() const; |