global: snapshot

This commit is contained in:
nym21
2026-01-19 16:52:17 +01:00
parent c90953adbe
commit 371ff86287
23 changed files with 1043 additions and 908 deletions
+1 -2
View File
@@ -252,8 +252,7 @@ impl Vecs {
starting_indexes.dateindex = indexes
.height
.dateindex
.read_once(starting_height.decremented().unwrap())?
.into();
.read_once(starting_height.decremented().unwrap())?;
}
}