mempool: init

This commit is contained in:
nym21
2025-10-12 17:55:21 +02:00
parent 5f87594ead
commit 7bfca87caf
22 changed files with 317 additions and 125 deletions

View File

@@ -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();

View File

@@ -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();