Browse Source

fixup! pytest: Test storing last_htlc_sigs and onchaind fund recovery

ppa-0.6.1
Christian Decker 7 years ago
parent
commit
96667a3028
  1. 2
      tests/test_lightningd.py

2
tests/test_lightningd.py

@ -2112,7 +2112,7 @@ class LightningDTests(BaseLightningDTests):
"""Interrupt a payment between two peers, then fail and recover funds using the HTLC sig. """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']) 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']) l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port'])
self.fund_channel(l1, l2, 10**6) self.fund_channel(l1, l2, 10**6)

Loading…
Cancel
Save