Send txs immediately to all peers, just like blocks are solved immediately on regtest.
Overall, the tests run three times as fast for me now, because they no longer wait for the poisson tx send to timeout.
This is only a regtest change and it is possible to disable it with -tx_relay_force_flush=0
should specific testing needs require it.
Alternative to:
- Faster tests with topological mempool rpc sync 🚀 #15858