Page MenuHomePhabricator

[qa] Fix error in calculating transaction fees.
ClosedPublic

Authored by schancel on Jul 4 2018, 16:05.

Details

Summary

As per title

Test Plan
./test/functional/test_runner.py

Diff Detail

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

Event Timeline

jasonbcox added inline comments.
test/functional/test_framework/test_node.py
168 ↗(On Diff #4204)

PLEASE write a comment above this line that indicates relay_fee is in sat per kb, which explains the divide by 1000. It's not obvious by looking at this line by itself.

This revision is now accepted and ready to land.Jul 4 2018, 16:14
This revision was automatically updated to reflect the committed changes.