Skip to content

Commit d1d239f

Browse files
committed
f maybe better wording?
1 parent 2e9b664 commit d1d239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ impl<L: Deref<Target = u64>, T: Time, U: Deref<Target = T>> DirectedChannelLiqui
683683
}
684684
}
685685

686-
/// Computes the liquidity penalty from the core and amount penalty multipliers.
686+
/// Computes the liquidity penalty from the penalty multipliers.
687687
#[inline(always)]
688688
fn combined_penalty_msat(
689689
&self, amount_msat: u64, negative_log10_times_2048: u64,

0 commit comments

Comments
 (0)