mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-13 08:58:52 +00:00
s/transcation/transaction/
This commit is contained in:
parent
392dc68e37
commit
906631450d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user