Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ encode_x
Function
encode_x
common/bolt11.c:1157–1160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1155
}
1156
1157
static void encode_x(u5 **data, u64 expiry)
1158
{
1159
push_varlen_field(data,
'x'
, expiry);
1160
}
1161
1162
static void encode_c(u5 **data, u16 min_final_cltv_expiry)
1163
{
Callers
1
bolt11_encode_
Function · 0.85
Calls
1
push_varlen_field
Function · 0.85
Tested by
no test coverage detected