Skip to content

Commit 424fc60

Browse files
committed
Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/
9066314 s/transcation/transaction/ (Greg Sanders) Pull request description: ACKs for top commit: fanquake: ACK 9066314 - looks like other comments are being addressed elsewhere. Tree-SHA512: c835a14db2e0cf5e0317c95c8c7441df1f7c6cb14be7809fd947e07ea9d23f1f171f111429aabd0509b7f17601bc742041316b18e1135e547a966961f2c65038
2 parents 5474253 + 9066314 commit 424fc60

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)