Skip to content

Commit b84707d

Browse files
Remove unnecessary doc links
1 parent 88a0063 commit b84707d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,11 @@ enum BlindedPaymentTlvsRef<'a> {
6464
#[derive(Debug)]
6565
pub struct PaymentRelay {
6666
/// Number of blocks subtracted from an incoming HTLC's `cltv_expiry` for this [`BlindedHop`].
67-
///
68-
///[`BlindedHop`]: crate::blinded_path::BlindedHop
6967
pub cltv_expiry_delta: u16,
7068
/// Liquidity fee charged (in millionths of the amount transferred) for relaying a payment over
7169
/// this [`BlindedHop`], (i.e., 10,000 is 1%).
72-
///
73-
///[`BlindedHop`]: crate::blinded_path::BlindedHop
7470
pub fee_proportional_millionths: u32,
7571
/// Base fee charged (in millisatoshi) for relaying a payment over this [`BlindedHop`].
76-
///
77-
///[`BlindedHop`]: crate::blinded_path::BlindedHop
7872
pub fee_base_msat: u32,
7973
}
8074

@@ -85,8 +79,6 @@ pub struct PaymentRelay {
8579
pub struct PaymentConstraints {
8680
/// The maximum total CLTV delta that is acceptable when relaying a payment over this
8781
/// [`BlindedHop`].
88-
///
89-
///[`BlindedHop`]: crate::blinded_path::BlindedHop
9082
pub max_cltv_expiry: u32,
9183
/// The minimum value, in msat, that may be accepted by the node corresponding to this
9284
/// [`BlindedHop`].

0 commit comments

Comments
 (0)