diff --git a/tests/test_connection.py b/tests/test_connection.py index 5b9cf07d3..d19b0b506 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -427,6 +427,10 @@ def test_reconnect_signed(node_factory): def test_reconnect_openingd(node_factory): # Openingd thinks we're still opening; opener reconnects.. disconnects = ['0WIRE_ACCEPT_CHANNEL'] + + if EXPERIMENTAL_DUAL_FUND: + disconnects = ['0WIRE_ACCEPT_CHANNEL2'] + l1 = node_factory.get_node(may_reconnect=True) l2 = node_factory.get_node(disconnect=disconnects, may_reconnect=True)