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

Function towire_changed_htlc

common/htlc_wire.c:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed)
174{
175 towire_htlc_state(pptr, changed->newstate);
176 towire_u64(pptr, changed->id);
177}
178
179void towire_side(u8 **pptr, const enum side side)
180{

Callers 1

wallet_channel_saveFunction · 0.85

Calls 2

towire_htlc_stateFunction · 0.85
towire_u64Function · 0.50

Tested by

no test coverage detected