From 1c2b3c244e4273b6471b69e18d977298b4f60d44 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Mon, 1 Nov 2021 16:35:39 -0500 Subject: [PATCH] Clarify Scorer docs around penalizing channels --- lightning/src/routing/scorer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/routing/scorer.rs b/lightning/src/routing/scorer.rs index d2b167675..26fb05a72 100644 --- a/lightning/src/routing/scorer.rs +++ b/lightning/src/routing/scorer.rs @@ -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. /// -- 2.39.5