| 152 | } |
| 153 | |
| 154 | u32 channel_blockheight(const struct channel *channel, enum side side) |
| 155 | { |
| 156 | return get_blockheight(channel->blockheight_states, |
| 157 | channel->opener, side); |
| 158 | } |
| 159 | |
| 160 | struct channel_type *channel_upgradable_type(const tal_t *ctx, |
| 161 | const struct channel *channel) |
no test coverage detected