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

Function encode_c

common/bolt11.c:1162–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162static void encode_c(u5 **data, u16 min_final_cltv_expiry)
1163{
1164 if (dev_bolt11_omit_c_value)
1165 return;
1166 push_varlen_field(data, 'c', min_final_cltv_expiry);
1167}
1168
1169static void encode_s(u5 **data, const struct secret *payment_secret)
1170{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_varlen_fieldFunction · 0.85

Tested by

no test coverage detected