global: BIG snapshot

This commit is contained in:
nym21
2026-01-04 01:47:03 +01:00
parent c33444a92e
commit 3cae817915
127 changed files with 4750 additions and 9474 deletions
@@ -24,7 +24,7 @@ impl Vecs {
db,
"output_count",
Source::Vec(indexes.transaction.txindex_to_output_count.boxed_clone()),
version + Version::ZERO,
version,
indexes,
full_stats(),
)?,
@@ -32,7 +32,7 @@ impl Vecs {
db,
"exact_utxo_count",
Source::Compute,
version + Version::ZERO,
version,
indexes,
full_stats(),
)?,