| 83 | } |
| 84 | |
| 85 | static void disconnect_notification_serialize(struct json_stream *stream, |
| 86 | const struct node_id *nodeid) |
| 87 | { |
| 88 | json_add_node_id(stream, "id", nodeid); |
| 89 | } |
| 90 | REGISTER_NOTIFICATION(disconnect); |
| 91 | |
| 92 | void notify_disconnect(struct lightningd *ld, const struct node_id *nodeid) |
no test coverage detected