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
Copy file name to clipboardExpand all lines: src/qt/forms/receivecoinsdialog.ui
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,31 @@
219
219
</property>
220
220
</widget>
221
221
</item>
222
+
<item>
223
+
<widgetclass="QCheckBox"name="useTaproot">
224
+
<propertyname="sizePolicy">
225
+
<sizepolicyhsizetype="Fixed"vsizetype="Fixed">
226
+
<horstretch>0</horstretch>
227
+
<verstretch>0</verstretch>
228
+
</sizepolicy>
229
+
</property>
230
+
<propertyname="maximumSize">
231
+
<size>
232
+
<width>1000</width>
233
+
<height>16777215</height>
234
+
</size>
235
+
</property>
236
+
<propertyname="focusPolicy">
237
+
<enum>Qt::StrongFocus</enum>
238
+
</property>
239
+
<propertyname="toolTip">
240
+
<string>Although the addresses (Bech32m or BIP-350) in Taproot look very similiar to Bech32 addresses, some wallets are not yet able to send to them.</string>
0 commit comments