Skip to content

Commit fadfd84

Browse files
author
MarcoFalke
committed
test: Remove unused connect_nodes_bi
1 parent fa3b9ee commit fadfd84

File tree

1 file changed

+0
-4
lines changed
  • test/functional/test_framework

1 file changed

+0
-4
lines changed

test/functional/test_framework/util.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,6 @@ def connect_nodes(from_connection, node_num):
377377
# with transaction relaying
378378
wait_until(lambda: all(peer['version'] != 0 for peer in from_connection.getpeerinfo()))
379379

380-
def connect_nodes_bi(nodes, a, b):
381-
connect_nodes(nodes[a], b)
382-
connect_nodes(nodes[b], a)
383-
384380
def sync_blocks(rpc_connections, *, wait=1, timeout=60):
385381
"""
386382
Wait until everybody has the same tip.

0 commit comments

Comments
 (0)