In 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.
Change SIG_NULLFAIL => NULLFAIL. #9336
pull richardkiss wants to merge 1 commits into bitcoin:master from richardkiss:feature/unify_nullfail changing 3 files +4 −4-
richardkiss commented at 9:11 PM on December 12, 2016: contributor
-
Change SIG_NULLFAIL => NULLFAIL. 784b0ebfb2
-
paveljanik commented at 9:54 PM on December 12, 2016: contributor
Doesn't even compile...
-
richardkiss commented at 9:57 PM on December 12, 2016: contributor
Ha, sorry, that'll teach me to assume a change is trivial. I'll take another look.
- richardkiss closed this on Dec 12, 2016
- MarcoFalke locked this on Sep 8, 2021
Contributors