global: snapshot

This commit is contained in:
nym21
2026-03-04 10:25:41 +01:00
parent 269c1d5fdf
commit 0d63724903
91 changed files with 972 additions and 972 deletions

View File

@@ -16,7 +16,7 @@ impl Vecs {
) -> Result<()> {
let window_starts = count_vecs.window_starts();
// vbytes = ceil(weight / 4), stored at height level
// vbytes = floor(weight / 4), stored at height level
self.vbytes.compute(
starting_indexes.height,
&window_starts,