| 74 | } |
| 75 | |
| 76 | bool channel_id_is_all(const struct channel_id *channel_id) |
| 77 | { |
| 78 | return memeqzero(channel_id, sizeof(*channel_id)); |
| 79 | } |
| 80 | |
| 81 | char *sanitize_error(const tal_t *ctx, const u8 *errmsg, |
| 82 | struct channel_id *channel_id) |
no test coverage detected