[Qt] Improve progress display during headers-sync and peer-finding

This commit is contained in:
Jonas Schnelli
2017-01-03 15:09:57 +01:00
parent 03e1d6ce34
commit 40ec7c7b0d
4 changed files with 18 additions and 3 deletions

View File

@@ -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;