there is no rpc method for that, but we can:
- make a copy of all tx in mempool
- bump
minrelayfee for erase all tx
- set
minrelayfee to initial value
- broadcast all saved tx but the one we want drop (or use
importmempool)
it's a bit ugly but should be useful for testing
there is no rpc method for that, but we can:
minrelayfeefor erase all txminrelayfeeto initial valueimportmempool)it's a bit ugly but should be useful for testing