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

Function fmt_preimage

bitcoin/preimage.c:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16char *fmt_preimage(const tal_t *ctx, const struct preimage *preimage)
17{
18 return tal_hexstr(ctx, preimage, sizeof(*preimage));
19}

Callers 6

check_already_failedFunction · 0.85
mainFunction · 0.85
parse_htlcFunction · 0.85

Calls 1

tal_hexstrFunction · 0.85

Tested by

no test coverage detected