Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paying fails after failed probe #175

Open
adambor opened this issue Jul 29, 2023 · 1 comment
Open

Paying fails after failed probe #175

adambor opened this issue Jul 29, 2023 · 1 comment

Comments

@adambor
Copy link

adambor commented Jul 29, 2023

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.

@alexbosworth
Copy link
Owner

deleteForwardingReputations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants