mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
comp + vec: snapshot before bug hunting
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@ impl Vecs {
|
||||
|
||||
Ok(Self {
|
||||
// blocks: blocks::Vecs::forced_import(path, computation, compressed)?,
|
||||
indexes: indexes::Vecs::forced_import(path, computation, compressed)?,
|
||||
indexes: indexes::Vecs::forced_import(path, indexer, computation, compressed)?,
|
||||
// mining: mining::Vecs::forced_import(path, computation, compressed)?,
|
||||
// transactions: transactions::Vecs::forced_import(
|
||||
// path,
|
||||
|
||||
Reference in New Issue
Block a user