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

Function opt_set_node_id

devtools/onion.c:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static char *opt_set_node_id(const char *arg, struct node_id *node_id)
186{
187 node_id_from_hexstr(arg, strlen(arg), node_id);
188 return NULL;
189}
190
191/**
192 * Run an onion encoding/decoding unit-test from a file

Callers

nothing calls this directly

Calls 1

node_id_from_hexstrFunction · 0.50

Tested by

no test coverage detected