| 49 | } |
| 50 | |
| 51 | void 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 | |
| 57 | struct htlc_out *find_htlc_out(const struct htlc_out_map *map, |
| 58 | const struct channel *channel, |
no outgoing calls
no test coverage detected