rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
340 stars 255 forks source link

Update `testmempoolaccept` RPC #369

Open jlest01 opened 2 months ago

jlest01 commented 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.