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

Function connect_htlc_in

lightningd/htlc_end.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

channel_added_their_htlcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected