File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1604,8 +1604,14 @@ mod bucketed_history {
1604
1604
1605
1605
impl_writeable_tlv_based ! ( HistoricalBucketRangeTracker , { ( 0 , buckets, required) } ) ;
1606
1606
1607
+ /// A set of buckets representing the history of where we've seen the minimum- and maximum-
1608
+ /// liquidity bounds for a given channel.
1607
1609
pub ( super ) struct HistoricalMinMaxBuckets < D : Deref < Target = HistoricalBucketRangeTracker > > {
1610
+ /// Buckets tracking where and how often we've seen the minimum liquidity bound for a
1611
+ /// channel.
1608
1612
pub ( super ) min_liquidity_offset_history : D ,
1613
+ /// Buckets tracking where and how often we've seen the maximum liquidity bound for a
1614
+ /// channel.
1609
1615
pub ( super ) max_liquidity_offset_history : D ,
1610
1616
}
1611
1617
You can’t perform that action at this time.
0 commit comments