diff --git a/lightning/src/routing/scoring.rs b/lightning/src/routing/scoring.rs index ae56cd72b8b..8edd1eea0a2 100644 --- a/lightning/src/routing/scoring.rs +++ b/lightning/src/routing/scoring.rs @@ -683,7 +683,7 @@ impl, T: Time, U: Deref> DirectedChannelLiqui } } - /// Computes and combines the liquidity and amount penalties. + /// Computes the liquidity penalty from the core and amount penalty multipliers. #[inline(always)] fn combined_penalty_msat( &self, amount_msat: u64, negative_log10_times_2048: u64,