Revert "gui: Generate bech32 addresses by default (take 2, fixup)"

This reverts commit fa5a4cd813.
This commit is contained in:
Gregory Sanders
2019-09-16 12:26:58 -04:00
parent f50785ab56
commit b34f0180e3
3 changed files with 3 additions and 14 deletions

View File

@@ -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

View File

@@ -155,9 +155,6 @@ public:
//! Is initial block download.
virtual bool isInitialBlockDownload() = 0;
//! Is -addresstype set.
virtual bool isAddressTypeSet() = 0;
//! Get reindex.
virtual bool getReindex() = 0;