Skip to content

Commit b8c9029

Browse files
committed
f sp
1 parent 1ab3454 commit b8c9029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ where L::Target: Logger {
671671
}
672672
}
673673
if payment_params.max_total_cltv_expiry_delta <= final_cltv_expiry_delta {
674-
return Err(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+
return Err(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});
675675
}
676676

677677
// The general routing idea is the following:

0 commit comments

Comments
 (0)