diff options
author | Danny Lee <robot-visions@protonmail.com> | 2020-05-05 10:46:25 -0700 |
---|---|---|
committer | Elliott Jin <robot-visions@protonmail.com> | 2020-05-07 10:32:01 -0700 |
commit | e6e7abd51a9a6027acac7a9964e36357f25e242c (patch) | |
tree | 3378d7da8e165a799410a8451941c24303568870 /test/functional/p2p_node_network_limited.py | |
parent | a9bd1f9adf869a95f70b3a40615a2f8e8e52db1d (diff) |
test: remove redundant two-way disconnect_nodes calls
Diffstat (limited to 'test/functional/p2p_node_network_limited.py')
-rwxr-xr-x | test/functional/p2p_node_network_limited.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/p2p_node_network_limited.py b/test/functional/p2p_node_network_limited.py index e6451d9f18..4f4dd6c975 100755 --- a/test/functional/p2p_node_network_limited.py +++ b/test/functional/p2p_node_network_limited.py @@ -42,9 +42,6 @@ class NodeNetworkLimitedTest(BitcoinTestFramework): def disconnect_all(self): disconnect_nodes(self.nodes[0], 1) - disconnect_nodes(self.nodes[1], 0) - disconnect_nodes(self.nodes[2], 1) - disconnect_nodes(self.nodes[2], 0) disconnect_nodes(self.nodes[0], 2) disconnect_nodes(self.nodes[1], 2) |