Merge 31d98584f3 into merged_master (Bitcoin PR #16497)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:12 +00:00
commit 84f1ef4b01
3 changed files with 15 additions and 3 deletions

View file

@ -198,6 +198,7 @@ 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