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

Function channel_on_chain

lightningd/channel.h:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457static inline bool channel_on_chain(const struct channel *channel)
458{
459 return channel_state_on_chain(channel->state);
460}
461
462static inline bool channel_unsaved(const struct channel *channel)
463{

Callers 3

fulfill_htlcFunction · 0.85
htlcs_notify_new_blockFunction · 0.85
channel_activeFunction · 0.85

Calls 1

channel_state_on_chainFunction · 0.85

Tested by

no test coverage detected