Page MenuHomePhabricator

Cleanup unused confirm target in GetMinimumFee()
ClosedPublic

Authored by jasonbcox on Feb 22 2019, 01:06.

Details

Diff Detail

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

Event Timeline

Fabien added inline comments.
src/wallet/wallet.cpp
3073 ↗(On Diff #7436)

nTxConfirmTarget is the next one ?
This would remove an unused cli argument: -txconfirmtarget, and the "confirmation target drop down list" which is actually useless.

This revision is now accepted and ready to land.Feb 22 2019, 08:22
src/wallet/wallet.cpp
3073 ↗(On Diff #7436)

Ya, nTxConfirmTarget is on my list: T536 When I look into that ticket, I'll be evaluating if it's needed any longer (I expect the answer to be no).

This revision was automatically updated to reflect the committed changes.