Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ encode_h
Function
encode_h
common/bolt11.c:1146–1149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1144
}
1145
1146
static void encode_h(u5 **data, const struct sha256 *hash)
1147
{
1148
push_field(data,
'h'
, hash, 256);
1149
}
1150
1151
static void encode_n(u5 **data, const struct node_id *id)
1152
{
Callers
1
bolt11_encode_
Function · 0.85
Calls
1
push_field
Function · 0.85
Tested by
no test coverage detected