Skip to content

Commit b767e99

Browse files
committed
f stale comment
1 parent 0bd4551 commit b767e99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/routing/scoring.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,7 @@ struct ChannelLiquidity {
797797
offset_history_last_updated: Duration,
798798
}
799799

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

0 commit comments

Comments
 (0)