Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_side
Function
towire_side
common/htlc_wire.c:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void towire_side(u8 **pptr, const enum side side)
158
{
159
towire_u8(pptr, side);
160
}
161
162
void towire_shachain(u8 **pptr, const struct shachain *shachain)
163
{
Callers
2
towire_htlc_stub
Function · 0.85
towire_simple_htlc
Function · 0.85
Calls
1
towire_u8
Function · 0.50
Tested by
no test coverage detected