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
- The Bech32 checkbox has been replaced with a dropdown for all address types, including the new Bech32m (BIP-350) standard for Taproot enabled wallets.
Copy file name to clipboardExpand all lines: src/qt/forms/receivecoinsdialog.ui
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@
195
195
</widget>
196
196
</item>
197
197
<item>
198
-
<widgetclass="QCheckBox"name="useBech32">
198
+
<widgetclass="QComboBox"name="addressType">
199
199
<propertyname="sizePolicy">
200
200
<sizepolicyhsizetype="Fixed"vsizetype="Fixed">
201
201
<horstretch>0</horstretch>
@@ -211,12 +211,6 @@
211
211
<propertyname="focusPolicy">
212
212
<enum>Qt::StrongFocus</enum>
213
213
</property>
214
-
<propertyname="toolTip">
215
-
<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