mempool_persist.py was failing very intermittently because after starting the node, there was a race between calling getrawmempool and the mempool being reloaded by a background thread.
This PR removes that raciness in the test. It also removes the is_network_split parameter and tidies up the start of the test (this test was written between #10198 being opened and merged)