mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-21 16:08:10 -07:00
global: final snapshot and fixes before release
This commit is contained in:
@@ -26,7 +26,7 @@ impl Vecs {
|
||||
cointime: &cointime::Vecs,
|
||||
cached_starts: &CachedWindowStarts,
|
||||
) -> Result<Self> {
|
||||
let db = open_db(parent, super::DB_NAME, 10_000_000)?;
|
||||
let db = open_db(parent, super::DB_NAME, 1_000_000)?;
|
||||
|
||||
let version = parent_version + VERSION;
|
||||
let supply_metrics = &distribution.utxo_cohorts.all.metrics.supply;
|
||||
|
||||
Reference in New Issue
Block a user