We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1125d commit a06cea3Copy full SHA for a06cea3
lightning/src/blinded_path/payment.rs
@@ -89,8 +89,7 @@ pub struct PaymentRelay {
89
/// [`BlindedHop`]: crate::blinded_path::BlindedHop
90
#[derive(Clone, Debug)]
91
pub struct PaymentConstraints {
92
- /// The maximum total CLTV delta that is acceptable when relaying a payment over this
93
- /// [`BlindedHop`].
+ /// The maximum total CLTV that is acceptable when relaying a payment over this [`BlindedHop`].
94
pub max_cltv_expiry: u32,
95
/// The minimum value, in msat, that may be accepted by the node corresponding to this
96
/// [`BlindedHop`].
0 commit comments