mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
follow up
This commit is contained in:
parent
3c77552211
commit
d7d8140050
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class FileWalletKeystoreImportPane extends FileImportPane {
|
|||
return null;
|
||||
}
|
||||
});
|
||||
scriptTypeComboBox.setMaxWidth(180);
|
||||
scriptTypeComboBox.setMaxWidth(170);
|
||||
|
||||
HelpLabel helpLabel = new HelpLabel();
|
||||
helpLabel.setHelpText("P2WPKH is a Native Segwit type and is usually the best choice for new wallets.\nP2SH-P2WPKH is a Wrapped Segwit type and is a reasonable choice for the widest compatibility.\nP2PKH is a Legacy type and should be avoided for new wallets.\nFor existing wallets, be sure to choose the type that matches the wallet you are importing.");
|
||||
|
|
Loading…
Reference in a new issue