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:983–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
}
982
983
bool channel_is_connected(const struct channel *channel)
984
{
985
return channel->owner && channel->owner->talks_to_peer;
986
}
987
988
const struct short_channel_id *
989
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