Bug: ExpiryTooFar should be detected
C-Otto opened this issue · 1 comments
C-Otto commented
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.