mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-17 21:04:21 +01:00
connectd: prepare for multiple subd connections.
We still always have 1, but the infrastructure is now in place. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -440,7 +440,7 @@ def test_plugin_connected_hook_chaining(node_factory):
|
||||
])
|
||||
|
||||
# FIXME: this error occurs *after* connection, so we connect then drop.
|
||||
l3.daemon.wait_for_log(r"chan#1: peer_in WIRE_WARNING")
|
||||
l3.daemon.wait_for_log(r"-connectd: peer_in WIRE_WARNING")
|
||||
l3.daemon.wait_for_log(r"You are in reject list")
|
||||
|
||||
def check_disconnect():
|
||||
|
||||
Reference in New Issue
Block a user