mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge fecc1be231 into merged_master (Bitcoin PR #16884)
This commit is contained in:
commit
1b3ae6c58b
15 changed files with 25 additions and 30 deletions
|
|
@ -201,7 +201,6 @@ public:
|
|||
return GuessVerificationProgress(tip, Params().GetConsensus().nPowTargetSpacing);
|
||||
}
|
||||
bool isInitialBlockDownload() override { return ::ChainstateActive().IsInitialBlockDownload(); }
|
||||
bool isAddressTypeSet() override { return !::gArgs.GetArg("-addresstype", "").empty(); }
|
||||
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