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

Function towire_htlc_state

common/htlc_wire.c:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static void towire_htlc_state(u8 **pptr, const enum htlc_state hstate)
169{
170 towire_u8(pptr, hstate);
171}
172
173void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed)
174{

Callers 1

towire_changed_htlcFunction · 0.85

Calls 1

towire_u8Function · 0.50

Tested by

no test coverage detected