Skip to content

Commit fa4db92

Browse files
author
MarcoFalke
committed
test: Remove unused self.connect_nodes
The nodes are stopped in the next line, no need to connect them
1 parent fafb7b7 commit fa4db92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/mempool_persist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def run_test(self):
103103
assert_equal(len(self.nodes[0].getpeerinfo()), 0)
104104
assert_equal(len(self.nodes[0].p2ps), 0)
105105
self.mini_wallet.send_self_transfer(from_node=self.nodes[0])
106-
self.connect_nodes(0, 2)
107106

108107
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.")
109108
self.stop_nodes()

0 commit comments

Comments
 (0)