| 111 | } |
| 112 | |
| 113 | bool channel_id_is_all(const struct channel_id *channel_id) |
| 114 | { |
| 115 | return memeqzero(channel_id, sizeof(*channel_id)); |
| 116 | } |
| 117 | |
| 118 | char *sanitize_error(const tal_t *ctx, const u8 *errmsg, |
| 119 | struct channel_id *channel_id) |
no test coverage detected