We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd4551 commit b767e99Copy full SHA for b767e99
lightning/src/routing/scoring.rs
@@ -797,8 +797,7 @@ struct ChannelLiquidity {
797
offset_history_last_updated: Duration,
798
}
799
800
-/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and
801
-/// decayed with a given half life.
+/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity.
802
struct DirectedChannelLiquidity<L: Deref<Target = u64>, BRT: Deref<Target = HistoricalBucketRangeTracker>, T: Deref<Target = Duration>> {
803
min_liquidity_offset_msat: L,
804
max_liquidity_offset_msat: L,
0 commit comments