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

Function load_disabled_node

plugins/askrene/layer.c:686–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686static void load_disabled_node(struct plugin *plugin,
687 struct layer *layer,
688 const u8 **cursor,
689 size_t *len)
690{
691 struct node_id node;
692
693 if (fromwire_dstore_disabled_node(cursor, len, &node))
694 add_disabled_node(layer, &node);
695}
696
697static void save_complete_layer(struct layer *layer)
698{

Callers 1

populate_layerFunction · 0.85

Calls 2

add_disabled_nodeFunction · 0.85

Tested by

no test coverage detected