Skip to content

Commit fe90448

Browse files
committed
Fix PaymentConstraints::max_cltv_expiry docs
1 parent 6a97f64 commit fe90448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/blinded_path/payment.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ pub struct PaymentRelay {
8989
/// [`BlindedHop`]: crate::blinded_path::BlindedHop
9090
#[derive(Clone, Debug)]
9191
pub struct PaymentConstraints {
92-
/// The maximum total CLTV delta that is acceptable when relaying a payment over this
93-
/// [`BlindedHop`].
92+
/// The maximum total CLTV that is acceptable when relaying a payment over this [`BlindedHop`].
9493
pub max_cltv_expiry: u32,
9594
/// The minimum value, in msat, that may be accepted by the node corresponding to this
9695
/// [`BlindedHop`].

0 commit comments

Comments
 (0)