Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
static void towire_htlc_state(u8 **pptr, const enum htlc_state hstate)
169
{
170
towire_u8(pptr, hstate);
171
}
172
173
void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed)
174
{
Callers
1
towire_changed_htlc
Function · 0.85
Calls
1
towire_u8
Function · 0.50
Tested by
no test coverage detected