You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/mempool_persist.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ def run_test(self):
66
66
67
67
self.log.debug("Stop-start the nodes. Verify that node0 has the transactions in its mempool and node1 does not. Verify that node2 calculates its balance correctly after loading wallet transactions.")
68
68
self.stop_nodes()
69
-
self.start_node(1) # Give this one a head-start, so we can be "extra-sure" that it didn't load anything later
69
+
# Give this node a head-start, so we can be "extra-sure" that it didn't load anything later
70
+
# Also don't store the mempool, to keep the datadir clean
0 commit comments