We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e86776 commit 1c2b3c2Copy full SHA for 1c2b3c2
lightning/src/routing/scorer.rs
@@ -60,7 +60,7 @@ use std::time::Instant;
60
/// [`routing::Score`] implementation that provides reasonable default behavior.
61
///
62
/// 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.
+/// slightly higher fees are available. Will further penalize channels that fail to relay payments.
64
65
/// See [module-level documentation] for usage.
66
0 commit comments