| 596 | } |
| 597 | |
| 598 | static 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 | |
| 604 | REGISTER_NOTIFICATION(channel_open_failed); |
| 605 |
no test coverage detected