| 88 | struct chan_extra *new_chan_extra(struct chan_extra_map *chan_extra_map, |
| 89 | const struct short_channel_id scid, |
| 90 | struct amount_msat capacity) |
| 91 | { |
| 92 | assert(chan_extra_map); |
| 93 | struct chan_extra *ce = tal(chan_extra_map, struct chan_extra); |
no outgoing calls
no test coverage detected