Skip to content

Commit

Permalink
Fix PaymentConstraints::max_cltv_expiry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Oct 20, 2023
1 parent 2e1125d commit a06cea3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lightning/src/blinded_path/payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ pub struct PaymentRelay {
/// [`BlindedHop`]: crate::blinded_path::BlindedHop
#[derive(Clone, Debug)]
pub struct PaymentConstraints {
/// The maximum total CLTV delta that is acceptable when relaying a payment over this
/// [`BlindedHop`].
/// The maximum total CLTV that is acceptable when relaying a payment over this [`BlindedHop`].
pub max_cltv_expiry: u32,
/// The minimum value, in msat, that may be accepted by the node corresponding to this
/// [`BlindedHop`].
Expand Down

0 comments on commit a06cea3

Please sign in to comment.