Open
Description
Policies are used when forwarding payments but should NOT be checked against for direct local channels in pathfinding.
Use Case Example:
I restrict the Min_HTLC for forwarding but I want to send my direct channel peers keysends when rewarding them for inbound liquidity. (see https://twitter.com/alexbosworth/status/1772277264270446647)
Relevant code part:
we check this function also in the LocalEdge case:
Lines 127 to 155 in b76f733