global: MASSIVE snapshot

This commit is contained in:
nym21
2026-01-07 01:16:37 +01:00
parent e832ffbe23
commit cb0abc324e
487 changed files with 21155 additions and 13627 deletions

View File

@@ -13,12 +13,12 @@ impl Vecs {
starting_indexes: &ComputeIndexes,
exit: &Exit,
) -> Result<()> {
self.indexes_to_count.compute_rest(
self.indexes_to_count.derive_from(
indexer,
indexes,
starting_indexes,
&indexes.transaction.txindex_to_input_count,
exit,
Some(&indexes.transaction.txindex_to_input_count),
)?;
Ok(())