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

Function channel_id_is_all

common/wire_error.c:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

is_peer_errorFunction · 0.85
sanitize_errorFunction · 0.85

Calls 1

memeqzeroFunction · 0.85

Tested by

no test coverage detected