diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-03-31 18:00:26 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-03-31 17:56:12 -0400 |
commit | faf62d9415d74e69356d2b64c134184814938708 (patch) | |
tree | 76b452da65e5fa1b6134aac4be0a134d67b2a30c /src/qt/forms | |
parent | 00ca24b68fc472e0deeda04a21297f5e38214b5a (diff) |
gui: Generate bech32 addresses by default
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/receivecoinsdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index 2f916d0b44..8876ea1337 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -189,7 +189,7 @@ </widget> </item> <item> - <widget class="QCheckBox" name="useBech32"> + <widget class="QCheckBox" name="useLegacyAddress"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> @@ -206,10 +206,10 @@ <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> - <string>Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead.</string> + <string>Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When checked, an address compatible with older wallets will be created instead.</string> </property> <property name="text"> - <string>Generate native segwit (Bech32) address</string> + <string>Generate legacy address</string> </property> </widget> </item> @@ -360,7 +360,7 @@ <tabstops> <tabstop>reqLabel</tabstop> <tabstop>reqAmount</tabstop> - <tabstop>useBech32</tabstop> + <tabstop>useLegacyAddress</tabstop> <tabstop>reqMessage</tabstop> <tabstop>receiveButton</tabstop> <tabstop>clearButton</tabstop> |