diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-07-30 14:02:03 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-07-30 13:53:21 -0400 |
commit | fa5a4cd813c2f0225dcbc05cd16ae2d1c0d13234 (patch) | |
tree | 8ec8d33c3033873359cfa1c4e638c137845a0b17 /src/interfaces/node.h | |
parent | 74f1a27f2f45af7dafcc34df766cf76d29c7c6ed (diff) |
gui: Generate bech32 addresses by default (take 2, fixup)
Diffstat (limited to 'src/interfaces/node.h')
-rw-r--r-- | src/interfaces/node.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h index bb4b3e1fae..b93b52c5cc 100644 --- a/src/interfaces/node.h +++ b/src/interfaces/node.h @@ -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; |