Skip to content

Commit 9066314

Browse files
committed
s/transcation/transaction/
1 parent 392dc68 commit 9066314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psbt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ struct PartiallySignedTransaction
11641164

11651165
// Make sure that we got an unsigned tx
11661166
if (!tx) {
1167-
throw std::ios_base::failure("No unsigned transcation was provided");
1167+
throw std::ios_base::failure("No unsigned transaction was provided");
11681168
}
11691169

11701170
// Read input data

0 commit comments

Comments
 (0)