We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6140c2 commit df07e72Copy full SHA for df07e72
lightning/src/routing/scoring.rs
@@ -789,7 +789,7 @@ struct ChannelLiquidity {
789
min_liquidity_offset_history: HistoricalBucketRangeTracker,
790
max_liquidity_offset_history: HistoricalBucketRangeTracker,
791
792
- /// Time when the liquidity bounds were last modified as an offset since the unix epoch.
+ /// Time when either liquidity bound was last modified as an offset since the unix epoch.
793
last_updated: Duration,
794
795
/// Time when the historical liquidity bounds were last modified as an offset against the unix
0 commit comments