mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Remove reindex special case from the progress bar label
This commit is contained in:
parent
5a80086ec2
commit
faff2ba4f8
5 changed files with 10 additions and 23 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue