mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 08:09:58 -07:00
parser: add recap dataset
This commit is contained in:
@@ -199,8 +199,11 @@ impl AllDatasets {
|
||||
}
|
||||
|
||||
if self.mining.should_compute(&compute_data) {
|
||||
self.mining
|
||||
.compute(&compute_data, &mut self.date_metadata.last_height);
|
||||
self.mining.compute(
|
||||
&compute_data,
|
||||
&mut self.date_metadata.first_height,
|
||||
&mut self.date_metadata.last_height,
|
||||
);
|
||||
}
|
||||
|
||||
// No compute needed for now
|
||||
|
||||
Reference in New Issue
Block a user