mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
fixup! pytest: Test storing last_htlc_sigs and onchaind fund recovery
This commit is contained in:
parent
ea9aa95625
commit
96667a3028
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue