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

@@ -295,8 +295,7 @@ public:
bool isInitialBlockDownload() override {
return chainman().ActiveChainstate().IsInitialBlockDownload();
}
bool getReindex() override { return node::fReindex; }
bool getImporting() override { return node::fImporting; }
bool isLoadingBlocks() override { return node::fReindex || node::fImporting; }
void setNetworkActive(bool active) override
{
if (m_context->connman) {