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

Function encode_n

common/bolt11.c:1005–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1003}
1004
1005static void encode_n(u5 **data, const struct node_id *id)
1006{
1007 assert(node_id_valid(id));
1008 push_field(data, 'n', id->k, sizeof(id->k) * CHAR_BIT);
1009}
1010
1011static void encode_x(u5 **data, u64 expiry)
1012{

Callers 1

bolt11_encode_Function · 0.85

Calls 2

node_id_validFunction · 0.85
push_fieldFunction · 0.85

Tested by

no test coverage detected