Page MenuHomePhabricator

fix fee estimation bug in functional tests
ClosedPublic

Authored by markblundeberg on Dec 15 2019, 08:14.

Details

Summary

D1926 introduced this magic number of 81 which doesn't seem to have any
justification (it's definitely larger than any signature can possibly be),
It looks like it was a rushed fix to the CI.

This number was actually too small, and dbcrash only ended up working
because of the fLimitFree being disabled for rpc-submitted transactions.

Test Plan
test_runner.py --extended

Diff Detail

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

Event Timeline

(see D4730 which exposed this discrepancy)

This revision is now accepted and ready to land.Dec 16 2019, 13:23