MCPcopy Create free account
hub / github.com/ElementsProject/lightning / connect_failed_disconnect

Function connect_failed_disconnect

lightningd/connect_control.c:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void connect_failed_disconnect(struct lightningd *ld,
383 const struct node_id *id,
384 const struct wireaddr_internal *addrhint)
385{
386 connect_failed(ld, id, CONNECT_DISCONNECTED_DURING,
387 "disconnected during connection", addrhint);
388}
389
390static void handle_connect_failed(struct lightningd *ld, const u8 *msg)
391{

Callers 1

peer_disconnect_doneFunction · 0.70

Calls 1

connect_failedFunction · 0.70

Tested by

no test coverage detected