We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50ac4e commit 715f815Copy full SHA for 715f815
lightning/src/routing/scoring.rs
@@ -816,8 +816,7 @@ struct ChannelLiquidity {
816
offset_history_last_updated: Duration,
817
}
818
819
-/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and
820
-/// decayed with a given half life.
+/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity.
821
struct DirectedChannelLiquidity<L: Deref<Target = u64>, BRT: Deref<Target = HistoricalBucketRangeTracker>, T: Deref<Target = Duration>> {
822
min_liquidity_offset_msat: L,
823
max_liquidity_offset_msat: L,
0 commit comments