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

Function encode_h

common/bolt11.c:1000–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000static void encode_h(u5 **data, const struct sha256 *hash)
1001{
1002 push_field(data, 'h', hash, 256);
1003}
1004
1005static void encode_n(u5 **data, const struct node_id *id)
1006{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_fieldFunction · 0.85

Tested by

no test coverage detected