Skip to content

Commit 3c525ef

Browse files
authored
Merge pull request #2463 from TheBlueMatt/2023-07-no-rustdoc-unicode
Drop unicode in documentation
2 parents 56fba35 + 28f303c commit 3c525ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ pub struct ProbabilisticScoringFeeParameters {
483483
pub manual_node_penalties: HashMap<NodeId, u64>,
484484

485485
/// 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
486+
/// channel's capacity, (ie. htlc_maximum_msat >= 0.5 * channel_capacity) which makes us
487487
/// prefer nodes with a smaller `htlc_maximum_msat`. We treat such nodes preferentially
488488
/// as this makes balance discovery attacks harder to execute, thereby creating an incentive
489489
/// to restrict `htlc_maximum_msat` and improve privacy.

0 commit comments

Comments
 (0)