Skip to content

Commit 60201e3

Browse files
committed
f - Reword DirectedChannelLiquidity docs
1 parent 517a643 commit 60201e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/scoring.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ struct ChannelLiquidity<T: Time> {
534534
last_updated: T,
535535
}
536536

537-
/// A view of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and decayed
538-
/// with a given half life.
537+
/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and
538+
/// decayed with a given half life.
539539
struct DirectedChannelLiquidity<L: Deref<Target = u64>, T: Time, U: Deref<Target = T>> {
540540
min_liquidity_offset_msat: L,
541541
max_liquidity_offset_msat: L,

0 commit comments

Comments
 (0)