mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
gui: Generate bech32 addresses by default (take 2, fixup)
This commit is contained in:
parent
74f1a27f2f
commit
fa5a4cd813
3 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue