test: Remove unused connect_nodes_bi

pull/16898/head
MarcoFalke 5 years ago
parent fa3b9ee8b2
commit fadfd844de
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -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.

Loading…
Cancel
Save