From fec1d9b707e38acfe0f16ae072e59043203c3f59 Mon Sep 17 00:00:00 2001 From: niftynei Date: Fri, 18 Dec 2020 10:31:58 -0600 Subject: [PATCH] df-tests: test_reconnect_openingd --- tests/test_connection.py | 4 ++++ 1 file changed, 4 insertions(+) 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)