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

This commit is contained in:
MarcoFalke
2019-07-30 14:02:03 -04:00
parent 74f1a27f2f
commit fa5a4cd813
3 changed files with 14 additions and 3 deletions

View File

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