Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ channel_is_connected
Function
channel_is_connected
lightningd/channel.c:1310–1313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1308
}
1309
1310
bool channel_is_connected(const struct channel *channel)
1311
{
1312
return channel->owner && channel->owner->talks_to_peer;
1313
}
1314
1315
struct short_channel_id
1316
channel_scid_or_local_alias(const struct channel *chan)
Callers
1
json_listfunds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected