global: snapshot

This commit is contained in:
nym21
2026-03-04 17:10:15 +01:00
parent 891f0dad9e
commit 9e23de4ba1
313 changed files with 9087 additions and 4918 deletions

View File

@@ -24,18 +24,8 @@ impl Vecs {
indexes: &indexes::Vecs,
) -> Result<Self> {
Ok(Self {
taproot: PercentFromHeight::forced_import(
db,
"taproot_adoption",
version,
indexes,
)?,
segwit: PercentFromHeight::forced_import(
db,
"segwit_adoption",
version,
indexes,
)?,
taproot: PercentFromHeight::forced_import(db, "taproot_adoption", version, indexes)?,
segwit: PercentFromHeight::forced_import(db, "segwit_adoption", version, indexes)?,
})
}