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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -66,16 +66,17 @@ 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
0 commit comments