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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.