We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a6b20 commit 3dc90d6Copy full SHA for 3dc90d6
test/functional/mempool_compatibility.py
@@ -56,6 +56,7 @@ def run_test(self):
56
self.log.info("Move mempool.dat from old to new node")
57
old_node_mempool = old_node.chain_path / "mempool.dat"
58
new_node_mempool = new_node.chain_path / "mempool.dat"
59
+ new_node_mempool.unlink()
60
old_node_mempool.rename(new_node_mempool)
61
62
self.log.info("Start new node and verify mempool contains the tx")
0 commit comments