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

Function encode_d

common/bolt11.c:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993}
994
995static void encode_d(u5 **data, const char *description)
996{
997 push_field(data, 'd', description, strlen(description) * CHAR_BIT);
998}
999
1000static void encode_h(u5 **data, const struct sha256 *hash)
1001{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_fieldFunction · 0.85

Tested by

no test coverage detected