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
Branch
fix-fee-bug
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2802
Build 3714: Bitcoin ABC Buildbot (legacy)
Build 3713: arc lint + arc unit

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.