You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #13251: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default
82dda6b GUI: Allow generating Bech32 addresses with a legacy-address default (Luke Dashjr)
7ab1c6f GUI: Rephrase Bech32 checkbox text/tooltip (Luke Dashjr)
Pull request description:
- "Bech32" isn't very user-friendly; used "native segwit" as in #11937.
- You don't spend from addresses.
- No reason to block off Bech32 access with legacy address default.
Rebased from #12208
Tree-SHA512: c82dd20d967a7f47bcc75b25be0d3a8cf00cfccc1cd14916b87d70b9c56fd53e366b456348b173f36c89b145b76624413780abaed4cea82117a9ecd47dd8fb99
Copy file name to clipboardExpand all lines: src/qt/forms/receivecoinsdialog.ui
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -206,10 +206,10 @@
206
206
<enum>Qt::StrongFocus</enum>
207
207
</property>
208
208
<propertyname="toolTip">
209
-
<string>Bech32 addresses (BIP-173) are cheaper to spend from and offer better protection against typos. When unchecked a P2SH wrapped SegWit address will be created, compatible with older wallets.</string>
209
+
<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>
0 commit comments