MCPcopy Create free account
hub / github.com/ElementsProject/lightning / encode_c

Function encode_c

common/bolt11.c:1016–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016static void encode_c(u5 **data, u16 min_final_cltv_expiry)
1017{
1018 if (IFDEV(dev_bolt11_no_c_generation, false))
1019 return;
1020 push_varlen_field(data, 'c', min_final_cltv_expiry);
1021}
1022
1023static void encode_s(u5 **data, const struct secret *payment_secret)
1024{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_varlen_fieldFunction · 0.85

Tested by

no test coverage detected