| 183 | } |
| 184 | |
| 185 | static 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 |
nothing calls this directly
no test coverage detected