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

Function towire_side

common/htlc_wire.c:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void towire_side(u8 **pptr, const enum side side)
158{
159 towire_u8(pptr, side);
160}
161
162void towire_shachain(u8 **pptr, const struct shachain *shachain)
163{

Callers 2

towire_htlc_stubFunction · 0.85
towire_simple_htlcFunction · 0.85

Calls 1

towire_u8Function · 0.50

Tested by

no test coverage detected