Page MenuHomePhabricator

Remove minTxFee from wallet
ClosedPublic

Authored by schancel on Sep 23 2018, 21:08.

Details

Summary

Currently, the wallet has a minTxFee which will override the minrelayfee
when calculating minimum fees. This leads to a situation where both must
be adjusted together in order to get the desired effect. -paytxfee should
be used instead, if overriding minrelayfee is desired.

Test Plan

make check && ./test/function/test_runner.py --extended

Diff Detail

Repository
rABC Bitcoin ABC
Branch
remove-minfee
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3361
Build 4803: Bitcoin ABC Buildbot (legacy)
Build 4802: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 24 2018, 20:52

Remove extraneous line from coincontroldialog

This got updated with the wrong patch contents.

This revision is now accepted and ready to land.Sep 27 2018, 22:33
This revision was automatically updated to reflect the committed changes.