Remove reindex special case from the progress bar label

This commit is contained in:
MarcoFalke
2023-01-17 16:46:33 +01:00
parent 5a80086ec2
commit faff2ba4f8
5 changed files with 10 additions and 23 deletions

View File

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