Open jlest01 opened 2 months ago
The current TestMempoolAcceptResult and TestMempoolAcceptResultFees structs do not conform to the Bitcoin Core 28 implementation. This PR updates these structures and the test_mempool_accept to add the maxfeerate argument.
TestMempoolAcceptResult
TestMempoolAcceptResultFees
test_mempool_accept
maxfeerate
The current
TestMempoolAcceptResult
andTestMempoolAcceptResultFees
structs do not conform to the Bitcoin Core 28 implementation. This PR updates these structures and thetest_mempool_accept
to add themaxfeerate
argument.