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

Function encode_s

common/bolt11.c:1023–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021}
1022
1023static void encode_s(u5 **data, const struct secret *payment_secret)
1024{
1025 push_field(data, 's', payment_secret, 256);
1026}
1027
1028static void encode_f(u5 **data, const u8 *fallback)
1029{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_fieldFunction · 0.85

Tested by

no test coverage detected