diff --git a/src/psbt.h b/src/psbt.h index d848c9dd499..c497584f36b 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