Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
static bool is_enabled(const u8 *channel_update)
424
{
425
return !is_disabled(channel_update);
426
}
427
428
429
static u32 timestamp_for_update(struct daemon *daemon,
Callers
1
local_enable_chan
Function · 0.85
Calls
1
is_disabled
Function · 0.85
Tested by
no test coverage detected