mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Clarify Scorer docs around penalizing channels
This commit is contained in:
parent
6e86776a71
commit
1c2b3c244e
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user