mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
channeld: log broken message if we receive HTLCs out of order.
We didn't care, but other implementations (particularly lnd) do. And it does violate the spec. (We need to use skip not xfail on the test which catches this, since xfail doesn't seem to stop errors reported by cleanup) (Includes Christian's typo fix!) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -2193,6 +2193,7 @@ def test_dataloss_protection(node_factory, bitcoind):
|
||||
assert (closetxid, "confirmed") in set([(o['txid'], o['status']) for o in l2.rpc.listfunds()['outputs']])
|
||||
|
||||
|
||||
@unittest.skip("Broken")
|
||||
@unittest.skipIf(not DEVELOPER, "needs dev_disconnect")
|
||||
def test_restart_multi_htlc_rexmit(node_factory, bitcoind, executor):
|
||||
# l1 disables commit timer once we send first htlc, dies on commit
|
||||
|
||||
Reference in New Issue
Block a user