mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Remove reindex special case from the progress bar label
This commit is contained in:
@@ -177,11 +177,8 @@ public:
|
||||
//! Is initial block download.
|
||||
virtual bool isInitialBlockDownload() = 0;
|
||||
|
||||
//! Get reindex.
|
||||
virtual bool getReindex() = 0;
|
||||
|
||||
//! Get importing.
|
||||
virtual bool getImporting() = 0;
|
||||
//! Is loading blocks.
|
||||
virtual bool isLoadingBlocks() = 0;
|
||||
|
||||
//! Set network active.
|
||||
virtual void setNetworkActive(bool active) = 0;
|
||||
|
||||
Reference in New Issue
Block a user