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

Function payment_get_excluded_nodes

plugins/libplugin-pay.c:608–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608static const struct node_id *payment_get_excluded_nodes(const tal_t *ctx,
609 struct payment *p)
610{
611 struct payment *root = payment_root(p);
612 return root->excluded_nodes;
613}
614
615/* FIXME: This is slow! */
616static const struct channel_hint *find_hint(const struct channel_hint *hints,

Callers 1

routehint_excludedFunction · 0.85

Calls 1

payment_rootFunction · 0.85

Tested by

no test coverage detected