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

Function channel_fees_can_change

lightningd/channel.h:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446static inline bool channel_fees_can_change(const struct channel *channel)
447{
448 return channel->state == CHANNELD_NORMAL
449 || channel->state == CHANNELD_SHUTTING_DOWN;
450}
451
452static inline bool channel_state_on_chain(enum channel_state state)
453{

Callers 2

try_update_feeratesFunction · 0.85
try_update_blockheightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected