diff options
author | fanquake <fanquake@gmail.com> | 2023-02-16 09:38:42 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-02-16 09:39:50 +0000 |
commit | 424fc603d86a49bcdff725159b15fd5d96fd846e (patch) | |
tree | aa137e5dd4eb67ee4d9eb1a9c2fc72636cde1a46 /src/psbt.h | |
parent | 54742532ce34114f893c119b25a3ef8630f85976 (diff) | |
parent | 906631450df9927e690658184aa8a6b1b3a29ee9 (diff) |
Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/
906631450df9927e690658184aa8a6b1b3a29ee9 s/transcation/transaction/ (Greg Sanders)
Pull request description:
ACKs for top commit:
fanquake:
ACK 906631450df9927e690658184aa8a6b1b3a29ee9 - looks like other comments are being addressed elsewhere.
Tree-SHA512: c835a14db2e0cf5e0317c95c8c7441df1f7c6cb14be7809fd947e07ea9d23f1f171f111429aabd0509b7f17601bc742041316b18e1135e547a966961f2c65038
Diffstat (limited to 'src/psbt.h')
-rw-r--r-- | src/psbt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psbt.h b/src/psbt.h index d848c9dd49..c497584f36 100644 --- a/src/psbt.h +++ b/src/psbt.h @@ -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 |