mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Revert "gui: Generate bech32 addresses by default (take 2, fixup)"
This reverts commit fa5a4cd813.
This commit is contained in:
parent
f50785ab56
commit
b34f0180e3
3 changed files with 3 additions and 14 deletions
|
|
@ -201,7 +201,6 @@ 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