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:
parent
392dc68e37
commit
906631450d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue