mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-29 20:09:26 -07:00
computer: snapshot
This commit is contained in:
@@ -229,8 +229,6 @@ impl Computer {
|
||||
)?;
|
||||
info!("Computed pools in {:?}", i.elapsed());
|
||||
|
||||
return Ok(());
|
||||
|
||||
info!("Computing stateful...");
|
||||
self.stateful.compute(
|
||||
indexer,
|
||||
@@ -241,6 +239,8 @@ impl Computer {
|
||||
exit,
|
||||
)?;
|
||||
|
||||
return Ok(());
|
||||
|
||||
info!("Computing cointime...");
|
||||
self.cointime.compute(
|
||||
&self.indexes,
|
||||
|
||||
Reference in New Issue
Block a user