mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-22 00:18:10 -07:00
parser: added ratio and co datasets
This commit is contained in:
@@ -166,9 +166,11 @@ pub fn iter_blocks(bitcoin_db: &BitcoinDB, block_count: usize) -> color_eyre::Re
|
||||
));
|
||||
|
||||
if first_unsafe_heights.computed <= last_height {
|
||||
datasets.compute(ComputeData {
|
||||
dates: &processed_dates.into_iter().collect_vec(),
|
||||
heights: &processed_heights.into_iter().collect_vec(),
|
||||
time("Computing datasets", || {
|
||||
datasets.compute(ComputeData {
|
||||
dates: &processed_dates.into_iter().collect_vec(),
|
||||
heights: &processed_heights.into_iter().collect_vec(),
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user