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

Function disabledmap_add_node

plugins/renepay/disabledmap.c:79–82  ·  view source on GitHub ↗

FIXME: check success

Source from the content-addressed store, hash-verified

77
78// FIXME: check success
79void disabledmap_add_node(struct disabledmap *p, struct node_id node)
80{
81 tal_arr_expand(&p->disabled_nodes, node);
82}
83
84bool disabledmap_channel_is_warned(struct disabledmap *p,
85 struct short_channel_id_dir scidd)

Callers 2

payment_set_constraintsFunction · 0.70
payment_disable_nodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected