aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-27 15:31:51 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-09-17 13:09:33 -0400
commitfadfd844de8c53034a97dfa6f771ffe9f523fba2 (patch)
tree4de832cd959407fb0c1a9cd36c06b0f74c6b03dd /test
parentfa3b9ee8b2280af4bcbcfffff275aaf8dd125929 (diff)
downloadbitcoin-fadfd844de8c53034a97dfa6f771ffe9f523fba2.tar.xz
test: Remove unused connect_nodes_bi
Diffstat (limited to 'test')
-rw-r--r--test/functional/test_framework/util.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index f9f5fe553e..3175872b00 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -377,10 +377,6 @@ def connect_nodes(from_connection, node_num):
# with transaction relaying
wait_until(lambda: all(peer['version'] != 0 for peer in from_connection.getpeerinfo()))
-def connect_nodes_bi(nodes, a, b):
- connect_nodes(nodes[a], b)
- connect_nodes(nodes[b], a)
-
def sync_blocks(rpc_connections, *, wait=1, timeout=60):
"""
Wait until everybody has the same tip.