Page MenuHomePhabricator

[backport#16251 2/2]test: Add test for default maxfeerate in sendrawtransaction
AbandonedPublic

Authored by PiRK on Oct 22 2020, 09:47.

Details

Reviewers
None
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

This patch adds test for the following case

  • maxfeerate is omitted, and the actual fee rate is higher than the default value(0.1 BTC/kB)

This conclude backport of Core PR16251 - part 2 of 2
Depends on D8051

Test Plan

ninja && ninja && test/functional/test_runner.py rpc_rawtransaction.py

Diff Detail