We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517a643 commit 60201e3Copy full SHA for 60201e3
lightning/src/routing/scoring.rs
@@ -534,8 +534,8 @@ struct ChannelLiquidity<T: Time> {
534
last_updated: T,
535
}
536
537
-/// A view of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and decayed
538
-/// with a given half life.
+/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and
+/// decayed with a given half life.
539
struct DirectedChannelLiquidity<L: Deref<Target = u64>, T: Time, U: Deref<Target = T>> {
540
min_liquidity_offset_msat: L,
541
max_liquidity_offset_msat: L,
0 commit comments