Page MenuHomePhabricator

Remove txmempool::estimateSmartFee as it's redundant with ::estimateFee
ClosedPublic

Authored by jasonbcox on Feb 12 2019, 22:53.

Details

Summary

This will help simplify backporting and the review of future backports now that there is no
estimateSmartFee. estimateSmartFee's params are useless and we shouldn't be encouraging backports
to keep evaluation of those param values around.

Test Plan
make check
test_runner.py

Diff Detail

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