lightningd: re-transmit all closing transactions on startup.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-07-14 17:11:11 +09:30
committed by neil saitug
parent d544ae075b
commit bdefbabbef
5 changed files with 27 additions and 1 deletions

View File

@@ -3697,7 +3697,6 @@ We send an HTLC, and peer unilaterally closes: do we close upstream?
l1.rpc.waitsendpay(ph1, timeout=TIMEOUT)
@pytest.mark.xfail(strict=True)
def test_onchain_rexmit_tx(node_factory, bitcoind):
"""Make sure we re-xmit last tx if we restart and channel is AWAITING_UNILATERAL"""
l1, l2 = node_factory.line_graph(2)