rename xPub to xpub

This commit is contained in:
Craig Raw 2020-10-07 13:11:46 +02:00
parent 5e8148e5b9
commit b50cf77f3b
2 changed files with 3 additions and 3 deletions

2
drongo

@ -1 +1 @@
Subproject commit 290fbabb54f0a334db15b66c968c9311122817e7 Subproject commit 4b6c47703006e03e3f0831258efa51ba90c922a1

View file

@ -44,9 +44,9 @@
<TextField fx:id="fingerprint" maxWidth="80" promptText="00000000"/> <HelpLabel helpText="A master fingerprint is the first 4 bytes of the master public key hash.\nIt is safe to use any valid value (00000000) for Watch Only Wallets." /> <TextField fx:id="fingerprint" maxWidth="80" promptText="00000000"/> <HelpLabel helpText="A master fingerprint is 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>
<Field text="Derivation:"> <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." />
</Field> </Field>
<Field fx:id="xpubField" text="xPub:"> <Field fx:id="xpubField" text="xpub:">
<TextArea fx:id="xpub" wrapText="true" prefRowCount="2" maxHeight="52" /> <TextArea fx:id="xpub" wrapText="true" prefRowCount="2" maxHeight="52" />
<VBox styleClass="xpub-buttons" HBox.hgrow="NEVER"> <VBox styleClass="xpub-buttons" HBox.hgrow="NEVER">
<Button fx:id="scanXpubQR" onAction="#scanXpubQR"> <Button fx:id="scanXpubQR" onAction="#scanXpubQR">