mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-01 00:49:36 +00:00
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.
This commit is contained in:
parent
6f359695c3
commit
929f69d0ff
@ -146,7 +146,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="blank_wallet_checkbox">
|
||||
<property name="toolTip">
|
||||
<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>
|
||||
<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>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Make Blank Wallet</string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user