We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56fba35 + 28f303c commit 3c525efCopy full SHA for 3c525ef
lightning/src/routing/scoring.rs
@@ -483,7 +483,7 @@ pub struct ProbabilisticScoringFeeParameters {
483
pub manual_node_penalties: HashMap<NodeId, u64>,
484
485
/// This penalty is applied when `htlc_maximum_msat` is equal to or larger than half of the
486
- /// channel's capacity, (ie. htlc_maximum_msat ≥ 0.5 * channel_capacity) which makes us
+ /// channel's capacity, (ie. htlc_maximum_msat >= 0.5 * channel_capacity) which makes us
487
/// prefer nodes with a smaller `htlc_maximum_msat`. We treat such nodes preferentially
488
/// as this makes balance discovery attacks harder to execute, thereby creating an incentive
489
/// to restrict `htlc_maximum_msat` and improve privacy.
0 commit comments