diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-01-16 20:11:40 +0000 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-01-16 20:11:40 +0000 |
commit | 63ac8907ce6ab095b37858d6e96946b59ce1c13f (patch) | |
tree | 7bbab747e86f20f95eae5e98d0b79da86b979bbf /src/qt/walletmodel.h | |
parent | 0910cbe4ef31eb95fd76c7c2f820419fe64a3150 (diff) |
[qt] receive tab: bech32 address opt-in checkbox
When launched with -adresstype=legacy the checkbox will be hidden.
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 7d7e4f160e..9e13de79be 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -15,6 +15,8 @@ #include <QObject> +enum OutputType : int; + class AddressTableModel; class OptionsModel; class PlatformStyle; @@ -214,6 +216,8 @@ public: bool hdEnabled() const; + OutputType getDefaultAddressType() const; + int getDefaultConfirmTarget() const; private: |