fixup! pytest: Test storing last_htlc_sigs and onchaind fund recovery

This commit is contained in:
Christian Decker 2018-02-11 00:18:38 +01:00
parent ea9aa95625
commit 96667a3028

View file

@ -2112,7 +2112,7 @@ class LightningDTests(BaseLightningDTests):
"""Interrupt a payment between two peers, then fail and recover funds using the HTLC sig.
"""
l1 = self.node_factory.get_node(options=['--dev-no-reconnect'])
l2 = self.node_factory.get_node()
l2 = self.node_factory.get_node(disconnect=['+WIRE_COMMITMENT_SIGNED'])
l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port'])
self.fund_channel(l1, l2, 10**6)