mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
s/transcation/transaction/
This commit is contained in:
@@ -1164,7 +1164,7 @@ struct PartiallySignedTransaction
|
||||
|
||||
// Make sure that we got an unsigned 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
|
||||
|
||||
Reference in New Issue
Block a user