File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
lightning/src/blinded_path Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,11 @@ enum BlindedPaymentTlvsRef<'a> {
6464#[ derive( Clone , Debug ) ]
6565pub 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 {
8579pub 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`].
You can’t perform that action at this time.
0 commit comments