We don't care, but lightningd expects channeld to respond. */
| 1029 | |
| 1030 | /* We don't care, but lightningd expects channeld to respond. */ |
| 1031 | static void handle_dev_memleak(struct info *info, const u8 *msg) |
| 1032 | { |
| 1033 | daemon_conn_send(info->dc, |
| 1034 | take(towire_channeld_dev_memleak_reply(NULL, false))); |
| 1035 | } |
| 1036 | |
| 1037 | static struct channel *handle_init(struct info *info, const u8 *init_msg) |
| 1038 | { |
no test coverage detected