mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
add note on disabling derivation path validation to keystore help tooltip
This commit is contained in:
parent
8de14dcbce
commit
0e26f8fce1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<TextField fx:id="fingerprint" maxWidth="80" promptText="00000000"/> <HelpLabel helpText="The master fingerprint uniquely identifies this keystore using the first 4 bytes of the master public key hash.\nIt is safe to use any valid value (00000000) for Watch Only Wallets." />
|
||||
</Field>
|
||||
<Field text="Derivation:">
|
||||
<TextField fx:id="derivation" maxWidth="200"/> <HelpLabel helpText="The derivation path to the xpub from the master private key.\nFor safety, derivations that match defaults for other script types are not valid." />
|
||||
<TextField fx:id="derivation" maxWidth="200"/> <HelpLabel helpText="The derivation path to the xpub from the master private key.\nFor safety, derivations that match defaults for other script types are not valid.\nThis validation can be turned off in the General Preferences." />
|
||||
</Field>
|
||||
<Field fx:id="xpubField" text="xpub:">
|
||||
<TextArea fx:id="xpub" wrapText="true" prefRowCount="2" maxHeight="52" />
|
||||
|
|
Loading…
Reference in a new issue