We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f36f97 commit 96f85abCopy full SHA for 96f85ab
lightning/src/blinded_path/payment.rs
@@ -84,7 +84,8 @@ pub struct PaymentConstraints {
84
///
85
///[`BlindedHop`]: crate::blinded_path::BlindedHop
86
pub max_cltv_expiry: u32,
87
- /// The minimum value, in msat, that may be relayed over this [`BlindedHop`].
+ /// The minimum value, in msat, that may accepted by the node corresponding to this
88
+ /// [`BlindedHop`].
89
pub htlc_minimum_msat: u64,
90
}
91
0 commit comments