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
Copy file name to clipboardExpand all lines: lightning/src/routing/router.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -671,7 +671,7 @@ where L::Target: Logger {
671
671
}
672
672
}
673
673
if payment_params.max_total_cltv_expiry_delta <= final_cltv_expiry_delta {
674
-
returnErr(LightningError{err:"Can't find a route where the total CLTV expiry delta is below the final CLTV expiry.".to_owned(),action:ErrorAction::IgnoreError});
674
+
returnErr(LightningError{err:"Can't find a route where the maximum total CLTV expiry delta is below the final CLTV expiry.".to_owned(),action:ErrorAction::IgnoreError});
0 commit comments