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

Function encode_p

common/bolt11.c:985–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985static void encode_p(u5 **data, const struct sha256 *hash)
986{
987 push_field(data, 'p', hash, 256);
988}
989
990static void encode_m(u5 **data, const u8 *metadata)
991{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_fieldFunction · 0.85

Tested by

no test coverage detected