MCPcopy 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
102void peer_failed_connection_lost(void)
103{
104 status_send_fatal(take(towire_status_peer_connection_lost(NULL)));
105}

Callers 3

peer_readFunction · 0.85
handle_peer_inFunction · 0.85
handle_peer_inFunction · 0.85

Calls 1

status_send_fatalFunction · 0.85

Tested by

no test coverage detected