We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392dc68 commit 9066314Copy full SHA for 9066314
src/psbt.h
@@ -1164,7 +1164,7 @@ struct PartiallySignedTransaction
1164
1165
// Make sure that we got an unsigned tx
1166
if (!tx) {
1167
- throw std::ios_base::failure("No unsigned transcation was provided");
+ throw std::ios_base::failure("No unsigned transaction was provided");
1168
}
1169
1170
// Read input data
0 commit comments