mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
gui: Generate bech32 addresses by default (take 2, fixup)
This commit is contained in:
@@ -198,6 +198,7 @@ public:
|
||||
return GuessVerificationProgress(Params().TxData(), tip);
|
||||
}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user