Skip to content

Commit 7d7b829

Browse files
committed
Merge #908: Remove HD seed reference from blank wallet tooltip
929f69d qt: Remove HD seed reference from blank wallet tooltip (John Moffett) Pull request description: Blank descriptor wallets currently do not have HD seeds and none can be added (or 'set') by the user, so remove the reference in the tooltip. As I understand it, descriptor wallets don't have a global HD seed and don't store the HD seeds for keys they generate. Currently, no new HD seeds can be added by the user (even for old wallets since `sethdseed` was removed), though it may be possible in the future, eg - bitcoin/bitcoin#33043 ACKs for top commit: maflcko: lgtm ACK 929f69d Tree-SHA512: 85e9c8e18a92b3da6fd62b70570cef58e03843633300b65aee5789d38c7bcaa46738970f0aea63f4e9b3e8814abb5bf1e1aa93f568a875ad1e0443d4dafb0aab
2 parents 53b7237 + 929f69d commit 7d7b829

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)