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