Skip to content

Commit 929f69d

Browse files
committed
qt: Remove HD seed reference from blank wallet tooltip
Blank descriptor wallets currently do not have HD seeds and none can be added, so remove the reference in the tooltip.
1 parent 6f35969 commit 929f69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/createwalletdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<item>
147147
<widget class="QCheckBox" name="blank_wallet_checkbox">
148148
<property name="toolTip">
149-
<string>Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.</string>
149+
<string>Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported using descriptors at a later time.</string>
150150
</property>
151151
<property name="text">
152152
<string>Make Blank Wallet</string>

0 commit comments

Comments
 (0)