Skip to content

Commit 9da425b

Browse files
committed
f fix function docs
1 parent a6de727 commit 9da425b

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
@@ -677,7 +677,7 @@ impl<L: Deref<Target = u64>, T: Time, U: Deref<Target = T>> DirectedChannelLiqui
677677
}
678678
}
679679

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

0 commit comments

Comments
 (0)