mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
minor followup
This commit is contained in:
parent
4a0ecba716
commit
8914acff68
2 changed files with 2 additions and 2 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 8e3d0d23c129b7fe9eedb16769827155f53c84d5
|
||||
Subproject commit 485e8c825b3beb9dc4bda3f3c2667264915dfd28
|
|
@ -145,7 +145,7 @@ public class ColdcardMultisig implements WalletImport, KeystoreFileImport, Walle
|
|||
wallet.setScriptType(scriptType);
|
||||
|
||||
if(!wallet.isValid()) {
|
||||
throw new IllegalStateException("This file does not describe a valid wallet. Please use the Settings > Multisig Wallets > Export XPUB feature on your Coldcard.");
|
||||
throw new IllegalStateException("This file does not describe a valid wallet. " + getKeystoreImportDescription());
|
||||
}
|
||||
|
||||
return wallet;
|
||||
|
|
Loading…
Reference in a new issue