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
So I am trying to support this snowflake of a wallet that Muun is. It doesn't support probing and just silently fails it, which leads the LND to think that there is no route to that destination. So after I do probeForRoute subsequent calls to pay just instantly fail (with PaymentPathfindingFailedToFindPossibleRoute) because of that prior routing failure. Is it somehow possible to let LND forget about this failed routing attempt (when probing) and make it retry the routing for pay? I already tried deleteFailedPayAttempts and deleteFailedPayments but to no avail. Only thing that works is getRouteToDestination with is_ignoring_past_failures=true.
The text was updated successfully, but these errors were encountered:
So I am trying to support this snowflake of a wallet that Muun is. It doesn't support probing and just silently fails it, which leads the LND to think that there is no route to that destination. So after I do probeForRoute subsequent calls to pay just instantly fail (with PaymentPathfindingFailedToFindPossibleRoute) because of that prior routing failure. Is it somehow possible to let LND forget about this failed routing attempt (when probing) and make it retry the routing for pay? I already tried deleteFailedPayAttempts and deleteFailedPayments but to no avail. Only thing that works is getRouteToDestination with is_ignoring_past_failures=true.
The text was updated successfully, but these errors were encountered: