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
Describe the bug
When sending out a payment with a "total time lock" exceeding the configured value for max-cltv-expiry, the SendToRoute invocation fails. This error is not detected/logged.
To Reproduce
Send a payment through nodes with high CLTV delta values.
Expected behavior
The error is logged/shown to the user.
The text was updated successfully, but these errors were encountered:
This is related to #38. The information shown to the user is provided via PaymentStatus, whereas the actual payment loop uses PaymentInformation in MultiPathPaymentObserver. Non-final errors, including the common "temporary channel failure", are not provided to PaymentStatus.
Describe the bug
When sending out a payment with a "total time lock" exceeding the configured value for
max-cltv-expiry
, theSendToRoute
invocation fails. This error is not detected/logged.To Reproduce
Send a payment through nodes with high CLTV delta values.
Expected behavior
The error is logged/shown to the user.
The text was updated successfully, but these errors were encountered: