global: snapshot part 6

This commit is contained in:
nym21
2026-03-20 17:02:32 +01:00
parent 17106f887a
commit f683adba13
34 changed files with 197 additions and 204 deletions
@@ -30,8 +30,8 @@ impl Vecs {
.compute(starting_indexes.height, exit, |vec| {
vec.compute_subtract(
starting_indexes.height,
&self.coinblocks_created.base.height,
&distribution.coinblocks_destroyed.base.height,
&self.coinblocks_created.block.height,
&distribution.coinblocks_destroyed.block.height,
exit,
)?;
Ok(())