Browse Source

followup

terminal
Craig Raw 3 years ago
parent
commit
19551671bd
  1. 2
      src/main/java/com/sparrowwallet/sparrow/control/PrivateKeySweepDialog.java

2
src/main/java/com/sparrowwallet/sparrow/control/PrivateKeySweepDialog.java

@ -82,7 +82,7 @@ public class PrivateKeySweepDialog extends Dialog<Transaction> {
keyField.setText("Private Key:"); keyField.setText("Private Key:");
key = new TextArea(); key = new TextArea();
key.setWrapText(true); key.setWrapText(true);
key.setPromptText("Wallet Import Format (WIF)"); key.setPromptText("Wallet Import Format (WIF) or BIP38 encrypted key");
key.setPrefRowCount(2); key.setPrefRowCount(2);
key.getStyleClass().add("fixed-width"); key.getStyleClass().add("fixed-width");
HBox keyBox = new HBox(5); HBox keyBox = new HBox(5);

Loading…
Cancel
Save