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

Function disconnect_notification_serialize

lightningd/notification.c:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

notify_disconnectFunction · 0.85

Calls 1

json_add_node_idFunction · 0.85

Tested by

no test coverage detected