mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 5d37c1bde0 into merged_master (Bitcoin PR #15976)
This commit is contained in:
commit
cb15f46946
9 changed files with 274 additions and 240 deletions
|
|
@ -197,7 +197,7 @@ public:
|
|||
}
|
||||
return GuessVerificationProgress(tip, Params().GetConsensus().nPowTargetSpacing);
|
||||
}
|
||||
bool isInitialBlockDownload() override { return IsInitialBlockDownload(); }
|
||||
bool isInitialBlockDownload() override { return ::ChainstateActive().IsInitialBlockDownload(); }
|
||||
bool getReindex() override { return ::fReindex; }
|
||||
bool getImporting() override { return ::fImporting; }
|
||||
void setNetworkActive(bool active) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue