Return fee and size if tx would pass ATMP.
This is a backport of core#19940
D1635 introduced CTransaction.billable_size, so use it instead of adding a new identical get_size method.
Differential D10279
[rpc] Return fee and size from testmempoolaccept PiRK on Oct 7 2021, 14:28. Authored by Tags None Subscribers None
Details
Return fee and size if tx would pass ATMP. This is a backport of core#19940 D1635 introduced CTransaction.billable_size, so use it instead of adding a new identical get_size method. ninja all check-all
Diff Detail
|