You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As our outbound channel liquidity might already be limited by the
`htlc_maximum_msat` which is considered during route finding, it doesn't
make sense to further restrict the liquidity for payment probes as
sending probes wouldn't necessarily cut into the liquidity accounted for
in `next_outbound_htlc_limit_msat`.
We therefore detect if we're limited by `htlc_maximum_msat`, and if so,
we choose to use our current outbound capacity as the basis for our
calculation.
0 commit comments