| 297 | } |
| 298 | |
| 299 | void 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 | |
| 310 | static void handle_connect_failed(struct lightningd *ld, const u8 *msg) |
| 311 | { |
no test coverage detected