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

Function towire_preimage

bitcoin/preimage.c:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void towire_preimage(u8 **pptr, const struct preimage *preimage)
12{
13 towire(pptr, preimage, sizeof(*preimage));
14}
15
16char *fmt_preimage(const tal_t *ctx, const struct preimage *preimage)
17{

Callers 2

towire_existing_htlcFunction · 0.85
towire_fulfilled_htlcFunction · 0.85

Calls 1

towireFunction · 0.50

Tested by

no test coverage detected