aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.h
diff options
context:
space:
mode:
authorGreg Sanders <gsanders87@gmail.com>2023-01-30 10:46:15 -0500
committerGreg Sanders <gsanders87@gmail.com>2023-01-30 10:46:15 -0500
commit906631450df9927e690658184aa8a6b1b3a29ee9 (patch)
tree79295ef54b4c63e31c94de06da234fdda4cb660f /src/psbt.h
parent392dc68e37be9fc7adb32496b13d9b50262e317d (diff)
downloadbitcoin-906631450df9927e690658184aa8a6b1b3a29ee9.tar.xz
s/transcation/transaction/
Diffstat (limited to 'src/psbt.h')
-rw-r--r--src/psbt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psbt.h b/src/psbt.h
index 8fafadcea9..07c9a9c72e 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