Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ peer_failed_connection_lost
Function
peer_failed_connection_lost
common/peer_failed.c:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void peer_failed_connection_lost(void)
103
{
104
status_send_fatal(take(towire_status_peer_connection_lost(NULL)));
105
}
Callers
3
peer_read
Function · 0.85
handle_peer_in
Function · 0.85
handle_peer_in
Function · 0.85
Calls
1
status_send_fatal
Function · 0.85
Tested by
no test coverage detected