MCPcopy Create free account
hub / github.com/ElementsProject/lightning / connect_htlc_in

Function connect_htlc_in

lightningd/htlc_end.c:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void connect_htlc_in(struct htlc_in_map *map, struct htlc_in *hend)
52{
53 tal_add_destructor2(hend, destroy_htlc_in, map);
54 htlc_in_map_add(map, hend);
55}
56
57struct htlc_out *find_htlc_out(const struct htlc_out_map *map,
58 const struct channel *channel,

Callers 2

channel_added_their_htlcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected