MCPcopy Create free account
hub / github.com/ElementsProject/lightning / channel_blockheight

Function channel_blockheight

common/initial_channel.c:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

resend_commitmentFunction · 0.85
channel_txsFunction · 0.85

Calls 1

get_blockheightFunction · 0.85

Tested by

no test coverage detected