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

Function connect_failed_disconnect

lightningd/connect_control.c:299–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void connect_failed_disconnect(struct lightningd *ld,
300 const struct node_id *id,
301 const struct wireaddr_internal *addrhint)
302{
303 connect_failed(ld, id, addrhint,
304 "", 0,
305 CONNECT_DISCONNECTED_DURING,
306 "disconnected during connection",
307 false);
308}
309
310static void handle_connect_failed(struct lightningd *ld, const u8 *msg)
311{

Callers 1

peer_disconnectedFunction · 0.70

Calls 1

connect_failedFunction · 0.70

Tested by

no test coverage detected