Skip to content

Commit

Permalink
fix(peg): fix error message in svp spend tx waiting for signatures ex…
Browse files Browse the repository at this point in the history
…ception
  • Loading branch information
apancorb committed Sep 13, 2024
1 parent 2b5f141 commit 362b728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ private void saveSvpSpendTxWaitingForSignatures() {
svpSpendTxWaitingForSignatures.getValue() == null);
if (hasNullKeyOrValue) {
throw new IllegalArgumentException(
String.format("Invalid svpSpendTxWaitingForSigantures: %s", svpSpendTxWaitingForSignatures));
String.format("Invalid svpSpendTxWaitingForSignatures: %s", svpSpendTxWaitingForSignatures));
}

safeSaveToRepository(
Expand Down

0 comments on commit 362b728

Please sign in to comment.