Skip to content

Commit 715f815

Browse files
committed
f stale comment
1 parent a50ac4e commit 715f815

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,7 @@ struct ChannelLiquidity {
816816
offset_history_last_updated: Duration,
817817
}
818818

819-
/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity and
820-
/// decayed with a given half life.
819+
/// A snapshot of [`ChannelLiquidity`] in one direction assuming a certain channel capacity.
821820
struct DirectedChannelLiquidity<L: Deref<Target = u64>, BRT: Deref<Target = HistoricalBucketRangeTracker>, T: Deref<Target = Duration>> {
822821
min_liquidity_offset_msat: L,
823822
max_liquidity_offset_msat: L,

0 commit comments

Comments
 (0)