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

Function payment_get_excluded_nodes

plugins/libplugin-pay.c:642–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642static const struct node_id *payment_get_excluded_nodes(const tal_t *ctx,
643 struct payment *p)
644{
645 struct payment *root = payment_root(p);
646 return root->excluded_nodes;
647}
648
649/* FIXME: This is slow! */
650static bool dst_is_excluded(const struct gossmap *gossmap,

Callers 1

routehint_excludedFunction · 0.85

Calls 1

payment_rootFunction · 0.85

Tested by

no test coverage detected