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

Function towire_preimage

bitcoin/preimage.c:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void towire_preimage(u8 **pptr, const struct preimage *preimage)
11{
12 towire(pptr, preimage, sizeof(*preimage));
13}
14
15

Callers 2

towire_existing_htlcFunction · 0.85
towire_fulfilled_htlcFunction · 0.85

Calls 1

towireFunction · 0.50

Tested by

no test coverage detected