| 188 | } |
| 189 | |
| 190 | u32 channel_blockheight(const struct channel *channel, enum side side) |
| 191 | { |
| 192 | return get_blockheight(channel->blockheight_states, |
| 193 | channel->opener, side); |
| 194 | } |
| 195 | |
| 196 | struct channel_type *channel_upgradable_type(const tal_t *ctx, |
| 197 | const struct channel *channel) |
no test coverage detected