mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-13 07:48:35 -07:00
computer: add more up to and from datasets
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user