| 606 | } |
| 607 | |
| 608 | static 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! */ |
| 616 | static const struct channel_hint *find_hint(const struct channel_hint *hints, |
no test coverage detected