File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,10 +325,10 @@ type ConfiguredTime = Eternity;
325
325
///
326
326
/// This probability is converted into a linear score and multiplied with the
327
327
/// [`liquidity_penalty_multiplier_msat`] and [`liquidity_penalty_amount_multiplier_msat`]
328
- /// parameters to get a concrete msat penalty. See the documentation for those parameters for the
329
- /// exact formulas.
328
+ /// parameters to calculate a concrete penalty in milli-satoshis . See the documentation of those
329
+ /// parameters for the exact formulas.
330
330
///
331
- /// The liquidity bounds are then decayed by halving them every [`liquidity_offset_half_life`].
331
+ /// The liquidity bounds are decayed by halving them every [`liquidity_offset_half_life`].
332
332
///
333
333
/// Further, we track the history of our upper and lower liquidity bounds for each channel,
334
334
/// allowing us to assign a second penalty (using [`historical_liquidity_penalty_multiplier_msat`]
You can’t perform that action at this time.
0 commit comments