aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-01-19 20:09:44 +0100
committerJonas Schnelli <[email protected]>2017-01-19 20:09:49 +0100
commitb25068697fdbfe3bc463b470f1295a44318c4467 (patch)
tree8eb7cffba1c848c3b7b928379780a4fa9c25aaef /src/qt/clientmodel.h
parentMerge #8456: [RPC] Simplified bumpfee command. (diff)
parent[Qt] Improve progress display during headers-sync and peer-finding (diff)
downloaddiscoin-b25068697fdbfe3bc463b470f1295a44318c4467.tar.xz
discoin-b25068697fdbfe3bc463b470f1295a44318c4467.zip
Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding
40ec7c7 [Qt] Improve progress display during headers-sync and peer-finding (Jonas Schnelli)
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index c01c1a84c..2c10e633b 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;