0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

s/transcation/transaction/

This commit is contained in:
Greg Sanders 2023-01-30 10:46:15 -05:00
parent 392dc68e37
commit 906631450d

View file

@ -1164,7 +1164,7 @@ struct PartiallySignedTransaction
// Make sure that we got an unsigned tx // Make sure that we got an unsigned tx
if (!tx) { if (!tx) {
throw std::ios_base::failure("No unsigned transcation was provided"); throw std::ios_base::failure("No unsigned transaction was provided");
} }
// Read input data // Read input data