Page MenuHomePhabricator

fix AreInputsStandard sigops counting
ClosedPublic

Authored by markblundeberg on Feb 5 2020, 10:41.

Details

Summary

There is a better sigops counter for P2SH already provided (the
one used by consensus code), and also along the lines of D5061
and D5076 we want all sigops counts to be contextual, never using
internal hardcoded flags.

Test Plan
ninja bench-bitcoin check-all

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Feb 5 2020, 16:37