Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ encode_x
Function
encode_x
common/bolt11.c:1011–1014 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
static void encode_x(u5 **data, u64 expiry)
1012
{
1013
push_varlen_field(data,
'x'
, expiry);
1014
}
1015
1016
static void encode_c(u5 **data, u16 min_final_cltv_expiry)
1017
{
Callers
1
bolt11_encode_
Function · 0.85
Calls
1
push_varlen_field
Function · 0.85
Tested by
no test coverage detected