global: snapshot

This commit is contained in:
nym21
2026-03-13 16:27:10 +01:00
parent b2a1251774
commit 3709ceff8e
168 changed files with 2007 additions and 2008 deletions

View File

@@ -4,7 +4,7 @@ use brk_types::{StoredBool, TxIndex, Version};
use vecdb::{Database, LazyVecFrom2, ReadableCloneableVec};
use super::Vecs;
use crate::{indexes, internal::{CachedWindowStarts, ComputedPerBlockFull}};
use crate::{indexes, internal::{CachedWindowStarts, PerBlockFull}};
impl Vecs {
pub(crate) fn forced_import(
@@ -27,7 +27,7 @@ impl Vecs {
);
Ok(Self {
total: ComputedPerBlockFull::forced_import(
total: PerBlockFull::forced_import(
db,
"tx_count",
version,