mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Fix typo in error message
This commit is contained in:
parent
8ae3399d56
commit
648f569793
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ public class Hwi {
|
|||
} catch(IOException e) {
|
||||
throw new SignTransactionException("Could not sign PSBT", e);
|
||||
} catch(PSBTParseException e) {
|
||||
throw new SignTransactionException("Could not parsed signed PSBT", e);
|
||||
throw new SignTransactionException("Could not parse signed PSBT", e);
|
||||
} finally {
|
||||
isPromptActive = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue