computer: add more up to and from datasets

This commit is contained in:
nym21
2025-07-07 23:53:59 +02:00
parent bff22b5182
commit 8cc1f8d691
15 changed files with 1251 additions and 247 deletions

View File

@@ -163,9 +163,9 @@ impl Stores {
self.as_slice()
.into_iter()
.map(|store| {
let height = store.height().map(Height::incremented).unwrap_or_default();
// let height =
store.height().map(Height::incremented).unwrap_or_default()
// dbg!((height, store.name()));
height
})
.min()
.unwrap()