Skip to content

Commit 28f303c

Browse files
committed
Drop unicode in documentation
Javadocs refuse unicode and as our rustdocs get copied over to Java bindings (and thus get run through javadocs) we can't have unicode in our rustdocs.
1 parent 5cddf5e commit 28f303c

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)