Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ encode_p
Function
encode_p
common/bolt11.c:1131–1134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1129
}
1130
1131
static void encode_p(u5 **data, const struct sha256 *hash)
1132
{
1133
push_field(data,
'p'
, hash, 256);
1134
}
1135
1136
static void encode_m(u5 **data, const u8 *metadata)
1137
{
Callers
1
bolt11_encode_
Function · 0.85
Calls
1
push_field
Function · 0.85
Tested by
no test coverage detected