Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ encode_s
Function
encode_s
common/bolt11.c:1169–1172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1167
}
1168
1169
static void encode_s(u5 **data, const struct secret *payment_secret)
1170
{
1171
push_field(data,
's'
, payment_secret, 256);
1172
}
1173
1174
static void encode_f(u5 **data, const u8 *fallback)
1175
{
Callers
1
bolt11_encode_
Function · 0.85
Calls
1
push_field
Function · 0.85
Tested by
no test coverage detected