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
A successful loop out involves two off chain payments: the prepay and the swap.
If the prepay fails early, the swap is bound to fail, but loop never communicates to lnd that it should stop trying to make this payment.
Once one of the offchain payment fails, we should ask lnd to "stop trying" to fulfill the other payment. We can't rely on lnd's timeout, since loop sets this to 60 minutes (this makes sense, since the swap payments might take a while to find a route).
Edit:
I'm on version v0.23.0-beta
The text was updated successfully, but these errors were encountered:
A successful loop out involves two off chain payments: the prepay and the swap.
If the prepay fails early, the swap is bound to fail, but loop never communicates to lnd that it should stop trying to make this payment.
Once one of the offchain payment fails, we should ask lnd to "stop trying" to fulfill the other payment. We can't rely on lnd's timeout, since loop sets this to 60 minutes (this makes sense, since the swap payments might take a while to find a route).
Edit:
I'm on version v0.23.0-beta
The text was updated successfully, but these errors were encountered: