rgb-cln/onchaind
Rusty Russell af71fd689a onchaind: keep trying to collect HTLC even if we're past timeout.
The test actually triggers this:
1. We don't get our commitment tx mined at all (we block it).
2. By the time the peer does, the HTLC is expired.
3. We have the preimage but we don't even try, since it's expired.

We should at least *try* to collect the HTLC in this case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-07-26 06:58:38 +09:30
..
test global: thread zero fee option everywhere. 2023-06-29 11:28:47 -04:00
Makefile onchaind/onchaind_wire.c duplicated in ONCHAIND_SRC 2022-09-23 14:40:29 +09:30
onchain_types.h onchaind: recognize (and ignore) anchor outputs. 2020-08-14 11:51:14 +09:30
onchaind.c onchaind: keep trying to collect HTLC even if we're past timeout. 2023-07-26 06:58:38 +09:30
onchaind_wire.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
onchaind_wire.csv onchaind: don't grind for htlc fees if option_anchors_zero_fee_htlc_tx set. 2023-06-29 11:28:47 -04:00
onchaind_wire.h closingd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30