| 178 | } |
| 179 | |
| 180 | bool channel_has(const struct channel *channel, int feature) |
| 181 | { |
| 182 | return channel_type_has(channel->type, feature); |
| 183 | } |
| 184 | |
| 185 | static char *fmt_channel_view(const tal_t *ctx, const struct channel_view *view) |
| 186 | { |
no test coverage detected