Page MenuHomePhabricator

simplify checkdatasig_tests
ClosedPublic

Authored by markblundeberg on Jan 12 2020, 05:52.

Details

Summary

There's no need to force the sigops flag to be on during these tests, since
it has no impact on script evaluation.

Also, we really don't care whether or not the flag is in
MANDATORY_SCRIPT_VERIFY_FLAGS, because the code deciding ban/notban for inputs
that fail standard script evaluation does not care about sigops at all.

Test Plan

ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable