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
Branch
removeconftarget
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5045
Build 8153: Bitcoin ABC Buildbot (legacy)
Build 8152: arc lint + arc unit

Event Timeline

Fabien added inline comments.
src/wallet/wallet.cpp
3073

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

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.