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

Function connect_htlc_out

lightningd/htlc_end.c:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void connect_htlc_out(struct htlc_out_map *map, struct htlc_out *hend)
71{
72 tal_add_destructor2(hend, destroy_htlc_out, map);
73 htlc_out_map_add(map, hend);
74}
75
76static void *corrupt(const char *abortstr, const char *fmt, ...)
77 PRINTF_FMT(2,3);

Callers 2

rcvd_htlc_replyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected