Page MenuHomePhabricator

Remove unused parameter `validFeeEstimates` from `CTxMempool::addUnchecked`
ClosedPublic

Authored by schancel on Apr 8 2019, 01:21.

Details

Summary

Remove unused parameter validFeeEstimates from CTxMempool::addUnchecked, and the
associated function for calculating this flag (IsCurrentForFeeEstimation).

The code which made use of this parameter was removed with:

Test Plan
make VERBOSE=1 check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
valid-fee-estimate (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5407
Build 8876: Bitcoin ABC Buildbot (legacy)
Build 8875: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Apr 8 2019, 01:21
This revision is now accepted and ready to land.Apr 8 2019, 08:34
This revision was automatically updated to reflect the committed changes.