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

Function channel_open_failed_serialize

lightningd/notification.c:598–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598static void channel_open_failed_serialize(struct json_stream *stream,
599 const struct channel_id *cid)
600{
601 json_add_channel_id(stream, "channel_id", cid);
602}
603
604REGISTER_NOTIFICATION(channel_open_failed);
605

Callers 1

Calls 1

json_add_channel_idFunction · 0.85

Tested by

no test coverage detected