From 40ec7c7b0d2a5a37de90635b676b16884b622dd6 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Tue, 3 Jan 2017 15:09:57 +0100 Subject: [Qt] Improve progress display during headers-sync and peer-finding --- src/qt/clientmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/clientmodel.h') diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index a641401425..c495f62107 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; -- cgit v1.2.3