From d9c68a708adbbc3a38745d87d5555a877c998bf8 Mon Sep 17 00:00:00 2001 From: niftynei Date: Fri, 18 Dec 2020 10:26:49 -0600 Subject: [PATCH] df-tests: test_reconnect_receiver_add --- tests/test_connection.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_connection.py b/tests/test_connection.py index 127c8526a..d860e97b3 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -632,6 +632,10 @@ def test_reconnect_receiver_add(node_factory): '-WIRE_REVOKE_AND_ACK', '@WIRE_REVOKE_AND_ACK', '+WIRE_REVOKE_AND_ACK'] + + if EXPERIMENTAL_DUAL_FUND: + disconnects = ['=WIRE_COMMITMENT_SIGNED'] + disconnects + # Feerates identical so we don't get gratuitous commit to update them l1 = node_factory.get_node(may_reconnect=True, feerates=(7500, 7500, 7500, 7500)) l2 = node_factory.get_node(disconnect=disconnects,