Page MenuHomePhabricator

Rename sigOps to sigChecks in txmempool
ClosedPublic

Authored by Fabien on Dec 7 2022, 10:32.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC93b07dd3e73d: Rename sigOps to sigChecks in txmempool
Summary

We don't use sigops anymore, so update the variable names and comments accordingly.

There is no change in behavior.

Test Plan
ninja all check-all
ninja bitcoin-fuzzed # make sure it's not broken

Diff Detail

Event Timeline

Fabien requested review of this revision.Dec 7 2022, 10:32
PiRK requested changes to this revision.Dec 7 2022, 14:21
PiRK added a subscriber: PiRK.
PiRK added inline comments.
src/node/miner.cpp
304

The CBlockTemplateEnty member is still called sigOpCount.

This revision now requires changes to proceed.Dec 7 2022, 14:21

nvm, I see that you have more diffs open.

This revision is now accepted and ready to land.Dec 7 2022, 14:23
This revision was automatically updated to reflect the committed changes.