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

Function towire_changed_htlc

common/htlc_wire.c:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed)
152{
153 towire_htlc_state(pptr, changed->newstate);
154 towire_u64(pptr, changed->id);
155}
156
157void towire_side(u8 **pptr, const enum side side)
158{

Callers 1

wallet_channel_saveFunction · 0.85

Calls 2

towire_htlc_stateFunction · 0.85
towire_u64Function · 0.50

Tested by

no test coverage detected