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

Function add_disabled_node

plugins/askrene/layer.c:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397static void add_disabled_node(struct layer *layer, const struct node_id *node)
398{
399 tal_arr_expand(&layer->disabled_nodes, *node);
400}
401
402static struct command_result *ignore_result(struct command *aux_cmd,
403 const char *method,

Callers 2

load_disabled_nodeFunction · 0.85
layer_add_disabled_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected