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

Function encode_d

common/bolt11.c:1141–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139}
1140
1141static void encode_d(u5 **data, const char *description)
1142{
1143 push_field(data, 'd', description, strlen(description) * CHAR_BIT);
1144}
1145
1146static void encode_h(u5 **data, const struct sha256 *hash)
1147{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_fieldFunction · 0.85

Tested by

no test coverage detected