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:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
static void towire_htlc_state(u8 **pptr, const enum htlc_state hstate)
147
{
148
towire_u8(pptr, hstate);
149
}
150
151
void towire_changed_htlc(u8 **pptr, const struct changed_htlc *changed)
152
{
Callers
1
towire_changed_htlc
Function · 0.85
Calls
1
towire_u8
Function · 0.50
Tested by
no test coverage detected