From 8914acff68572f082ebea08bfeabdbff6cdb2145 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Thu, 10 Jun 2021 17:02:32 +0200 Subject: [PATCH] minor followup --- drongo | 2 +- .../java/com/sparrowwallet/sparrow/io/ColdcardMultisig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drongo b/drongo index 8e3d0d23..485e8c82 160000 --- a/drongo +++ b/drongo @@ -1 +1 @@ -Subproject commit 8e3d0d23c129b7fe9eedb16769827155f53c84d5 +Subproject commit 485e8c825b3beb9dc4bda3f3c2667264915dfd28 diff --git a/src/main/java/com/sparrowwallet/sparrow/io/ColdcardMultisig.java b/src/main/java/com/sparrowwallet/sparrow/io/ColdcardMultisig.java index 9422b138..885d7824 100644 --- a/src/main/java/com/sparrowwallet/sparrow/io/ColdcardMultisig.java +++ b/src/main/java/com/sparrowwallet/sparrow/io/ColdcardMultisig.java @@ -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;