rgb-cln/lightningd/test
Rusty Russell 12985331f7 htlcs: remove origin_htlc_id from htlc_out.
This is a transient field, so rework things so we don't leave it in
struct htlc_out.  Instead, load htlc_in first and connect htlc_out to
them as we go.

This also changes one place where we use it instead of the am_origin
flag.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-12-12 15:03:53 +01:00
..
Makefile makefiles: move all unit tests under `make check-units` 2019-06-30 16:41:30 +09:30
run-find_my_abspath.c htlcs: remove origin_htlc_id from htlc_out. 2019-12-12 15:03:53 +01:00
run-invoice-select-inchan.c htlcs: remove origin_htlc_id from htlc_out. 2019-12-12 15:03:53 +01:00
run-jsonrpc.c lightningd: move basic parameter parsing into common/configdir 2019-11-23 22:42:34 +00:00
run-log-pruning.c lightningd: use a simple array for less memory usage. 2019-11-18 04:50:22 +00:00