From 906631450df9927e690658184aa8a6b1b3a29ee9 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Mon, 30 Jan 2023 10:46:15 -0500 Subject: [PATCH] s/transcation/transaction/ --- src/psbt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psbt.h b/src/psbt.h index 8fafadcea9e..07c9a9c72e8 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