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

Function is_enabled

gossipd/gossip_generation.c:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423static bool is_enabled(const u8 *channel_update)
424{
425 return !is_disabled(channel_update);
426}
427
428
429static u32 timestamp_for_update(struct daemon *daemon,

Callers 1

local_enable_chanFunction · 0.85

Calls 1

is_disabledFunction · 0.85

Tested by

no test coverage detected