We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3b9ee commit fadfd84Copy full SHA for fadfd84
test/functional/test_framework/util.py
@@ -377,10 +377,6 @@ def connect_nodes(from_connection, node_num):
377
# with transaction relaying
378
wait_until(lambda: all(peer['version'] != 0 for peer in from_connection.getpeerinfo()))
379
380
-def connect_nodes_bi(nodes, a, b):
381
- connect_nodes(nodes[a], b)
382
- connect_nodes(nodes[b], a)
383
-
384
def sync_blocks(rpc_connections, *, wait=1, timeout=60):
385
"""
386
Wait until everybody has the same tip.
0 commit comments