Clarify Scorer docs around penalizing channels

This commit is contained in:
Jeffrey Czyz 2021-11-01 16:35:39 -05:00
parent 6e86776a71
commit 1c2b3c244e
No known key found for this signature in database
GPG Key ID: 3A4E08275D5E96D2

View File

@ -60,7 +60,7 @@ use std::time::Instant;
/// [`routing::Score`] implementation that provides reasonable default behavior.
///
/// Used to apply a fixed penalty to each channel, thus avoiding long paths when shorter paths with
/// 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.
///
/// See [module-level documentation] for usage.
///