-
Notifications
You must be signed in to change notification settings - Fork 44
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
xud crashing after a failed swap #1701
Comments
Relevant maker logs:
|
This catches any errors within the `lookupPayment` swap client method and returns a "pending" status - since we weren't able to determine a resolution for the payment - rather than throwing an error. The error was not being handled in the Swaps module. Fixes #1701.
I believe this crash is a result of the call to lookup the payment status from the first swap in the logs above failing. When |
Yep, looks like it. |
Off-shoot from: #1691 (comment)
The text was updated successfully, but these errors were encountered: