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

Function channel_state_on_chain

lightningd/channel.h:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452static inline bool channel_state_on_chain(enum channel_state state)
453{
454 return state == ONCHAIN;
455}
456
457static inline bool channel_on_chain(const struct channel *channel)
458{

Callers 1

channel_on_chainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected