Skip to content

Commit 113504e

Browse files
committed
f fix function docs
1 parent 2ad413c commit 113504e

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
@@ -661,7 +661,7 @@ impl<L: Deref<Target = u64>, T: Time, U: Deref<Target = T>> DirectedChannelLiqui
661661
}
662662
}
663663

664-
/// Computes the liquidity and amount penalties and adds them to the base penalty.
664+
/// Computes and combines the liquidity and amount penalties.
665665
#[inline(always)]
666666
fn combined_penalty_msat(
667667
&self, amount_msat: u64, negative_log10_times_2048: u64,

0 commit comments

Comments
 (0)