pythcoiner / Minta

A simple GUI for control bitcoin regtest via RPC call.
3 stars 0 forks source link

add drop tx from mempool feature #9

Open pythcoiner opened 2 months ago

pythcoiner commented 2 months ago

there is no rpc method for that, but we can:

it's a bit ugly but should be useful for testing

pythcoiner commented 2 months ago

note: it's very ugly as we cannot change minrelayfee while bitcoind running, sa we have to restart 2 times....

pythcoiner commented 2 months ago

or maybe use mocktime