src/test/script_tests.cpp
the ScriptErrorDesc
entries all take the form {SCRIPT_ERR_XXX, "XXX"}
except for { SCRIPT_ERR_SIG_NULLFAIL, "NULLFAIL" }
. This patch corrects this oversight.
src/test/script_tests.cpp
the ScriptErrorDesc
entries all take the form {SCRIPT_ERR_XXX, "XXX"}
except for { SCRIPT_ERR_SIG_NULLFAIL, "NULLFAIL" }
. This patch corrects this oversight.