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

Function encode_n

common/bolt11.c:1151–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151static void encode_n(u5 **data, const struct node_id *id)
1152{
1153 assert(node_id_valid(id));
1154 push_field(data, 'n', id->k, sizeof(id->k) * CHAR_BIT);
1155}
1156
1157static void encode_x(u5 **data, u64 expiry)
1158{

Callers 1

bolt11_encode_Function · 0.85

Calls 2

node_id_validFunction · 0.85
push_fieldFunction · 0.85

Tested by

no test coverage detected