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

Function channel_blockheight

common/initial_channel.c:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190u32 channel_blockheight(const struct channel *channel, enum side side)
191{
192 return get_blockheight(channel->blockheight_states,
193 channel->opener, side);
194}
195
196struct channel_type *channel_upgradable_type(const tal_t *ctx,
197 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