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

Function towire_side

common/htlc_wire.c:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void towire_side(u8 **pptr, const enum side side)
180{
181 towire_u8(pptr, side);
182}
183
184void towire_shachain(u8 **pptr, const struct shachain *shachain)
185{

Callers

nothing calls this directly

Calls 1

towire_u8Function · 0.50

Tested by

no test coverage detected