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.
2 parents 23991ee + 41ff499 commit 94d3063Copy full SHA for 94d3063
src/script/script_error.cpp
@@ -58,7 +58,7 @@ const char* ScriptErrorString(const ScriptError serror)
58
case SCRIPT_ERR_MINIMALDATA:
59
return "Data push larger than necessary";
60
case SCRIPT_ERR_SIG_PUSHONLY:
61
- return "Only non-push operators allowed in signatures";
+ return "Only push operators allowed in signatures";
62
case SCRIPT_ERR_SIG_HIGH_S:
63
return "Non-canonical signature: S value is unnecessarily high";
64
case SCRIPT_ERR_SIG_NULLDUMMY:
0 commit comments