Skip to content

Commit 1c2b3c2

Browse files
committed
Clarify Scorer docs around penalizing channels
1 parent 6e86776 commit 1c2b3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scorer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use std::time::Instant;
6060
/// [`routing::Score`] implementation that provides reasonable default behavior.
6161
///
6262
/// Used to apply a fixed penalty to each channel, thus avoiding long paths when shorter paths with
63-
/// slightly higher fees are available. May also further penalize failed channels.
63+
/// slightly higher fees are available. Will further penalize channels that fail to relay payments.
6464
///
6565
/// See [module-level documentation] for usage.
6666
///

0 commit comments

Comments
 (0)