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> {
64
64
#[ derive( Debug ) ]
65
65
pub struct PaymentRelay {
66
66
/// Number of blocks subtracted from an incoming HTLC's `cltv_expiry` for this [`BlindedHop`].
67
- ///
68
- ///[`BlindedHop`]: crate::blinded_path::BlindedHop
69
67
pub cltv_expiry_delta : u16 ,
70
68
/// Liquidity fee charged (in millionths of the amount transferred) for relaying a payment over
71
69
/// this [`BlindedHop`], (i.e., 10,000 is 1%).
72
- ///
73
- ///[`BlindedHop`]: crate::blinded_path::BlindedHop
74
70
pub fee_proportional_millionths : u32 ,
75
71
/// Base fee charged (in millisatoshi) for relaying a payment over this [`BlindedHop`].
76
- ///
77
- ///[`BlindedHop`]: crate::blinded_path::BlindedHop
78
72
pub fee_base_msat : u32 ,
79
73
}
80
74
@@ -85,8 +79,6 @@ pub struct PaymentRelay {
85
79
pub struct PaymentConstraints {
86
80
/// The maximum total CLTV delta that is acceptable when relaying a payment over this
87
81
/// [`BlindedHop`].
88
- ///
89
- ///[`BlindedHop`]: crate::blinded_path::BlindedHop
90
82
pub max_cltv_expiry : u32 ,
91
83
/// The minimum value, in msat, that may be accepted by the node corresponding to this
92
84
/// [`BlindedHop`].
You can’t perform that action at this time.
0 commit comments