test: remove redundant two-way disconnect_nodes calls

This commit is contained in:
Danny Lee
2020-05-05 10:46:25 -07:00
committed by Elliott Jin
parent a9bd1f9adf
commit e6e7abd51a
5 changed files with 0 additions and 8 deletions

View File

@@ -508,7 +508,6 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
Split the network of four nodes into nodes 0/1 and 2/3.
"""
disconnect_nodes(self.nodes[1], 2)
disconnect_nodes(self.nodes[2], 1)
self.sync_all(self.nodes[:2])
self.sync_all(self.nodes[2:])