Open pythcoiner opened 2 months ago
there is no rpc method for that, but we can:
minrelayfee
importmempool
it's a bit ugly but should be useful for testing
note: it's very ugly as we cannot change minrelayfee while bitcoind running, sa we have to restart 2 times....
or maybe use mocktime
there is no rpc method for that, but we can:
minrelayfee
for erase all txminrelayfee
to initial valueimportmempool
)it's a bit ugly but should be useful for testing