Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_status_failreason
Function
towire_status_failreason
common/status_wire.c:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void towire_status_failreason(u8 **pptr, enum status_failreason reason)
32
{
33
towire_u8(pptr, reason);
34
}
Callers
nothing calls this directly
Calls
1
towire_u8
Function · 0.50
Tested by
no test coverage detected