mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-28 03:08:10 -07:00
global: snapshot
This commit is contained in:
@@ -252,8 +252,7 @@ impl Vecs {
|
||||
starting_indexes.dateindex = indexes
|
||||
.height
|
||||
.dateindex
|
||||
.read_once(starting_height.decremented().unwrap())?
|
||||
.into();
|
||||
.read_once(starting_height.decremented().unwrap())?;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ brk_fetcher = { workspace = true }
|
||||
brk_indexer = { workspace = true }
|
||||
brk_logger = { workspace = true }
|
||||
brk_types = { workspace = true }
|
||||
memmap2 = "0.9"
|
||||
plotters = "0.3"
|
||||
tracing = { workspace = true }
|
||||
vecdb = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user