Page MenuHomePhabricator

Make sure to fund transactions with a ceil'd result
ClosedPublic

Authored by schancel on Sep 27 2018, 00:12.

Details

Summary

The wallet code failed to be updated to use GetFeeCeiling everywhere needed.
This patch fixes a few more locations so that CreateTransaction does not
end up generating a transaction with insufficient fee.

Test Plan
make check && ./test/functional/test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
more-ceiling
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3399
Build 4876: Bitcoin ABC Buildbot (legacy)
Build 4875: arc lint + arc unit

Event Timeline

schancel retitled this revision from Make sure to fund transactions with ceiling to Make sure to fund transactions with a ceil'd result.Sep 27 2018, 03:12
This revision is now accepted and ready to land.Sep 27 2018, 12:32
This revision was automatically updated to reflect the committed changes.