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

Function encode_h

common/bolt11.c:1146–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144}
1145
1146static void encode_h(u5 **data, const struct sha256 *hash)
1147{
1148 push_field(data, 'h', hash, 256);
1149}
1150
1151static void encode_n(u5 **data, const struct node_id *id)
1152{

Callers 1

bolt11_encode_Function · 0.85

Calls 1

push_fieldFunction · 0.85

Tested by

no test coverage detected