mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-02 18:40:00 -07:00
mempool: init
This commit is contained in:
@@ -386,7 +386,7 @@ impl ComputedRatioVecsFromDateIndex {
|
||||
let mut sorted = self.ratio.dateindex.as_ref().unwrap().collect_range(
|
||||
Some(min_ratio_date.unwrap_to_usize()),
|
||||
Some(starting_dateindex.unwrap_to_usize()),
|
||||
)?;
|
||||
);
|
||||
|
||||
sorted.sort_unstable();
|
||||
|
||||
|
||||
@@ -479,7 +479,7 @@ impl ComputedStandardDeviationVecsFromDateIndex {
|
||||
let mut sorted = source.collect_range(
|
||||
Some(min_date.unwrap_to_usize()),
|
||||
Some(starting_dateindex.unwrap_to_usize()),
|
||||
)?;
|
||||
);
|
||||
|
||||
sorted.sort_unstable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user