Skip to content

Commit 96f85ab

Browse files
f docs update
1 parent 1f36f97 commit 96f85ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ pub struct PaymentConstraints {
8484
///
8585
///[`BlindedHop`]: crate::blinded_path::BlindedHop
8686
pub max_cltv_expiry: u32,
87-
/// The minimum value, in msat, that may be relayed over this [`BlindedHop`].
87+
/// The minimum value, in msat, that may accepted by the node corresponding to this
88+
/// [`BlindedHop`].
8889
pub htlc_minimum_msat: u64,
8990
}
9091

0 commit comments

Comments
 (0)