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 97b0687 commit 41ff499Copy full SHA for 41ff499
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