global: fixes

This commit is contained in:
nym21
2026-04-27 12:52:02 +02:00
parent b24bfdc15c
commit 76869ed2b6
114 changed files with 6623 additions and 1981 deletions
@@ -190,7 +190,10 @@ pub(crate) fn process_blocks(
.first_index
.collect_range_at(start_usize, end_usize);
debug!("recovering addr metrics state from height {}", starting_height);
debug!(
"recovering addr metrics state from height {}",
starting_height
);
let mut state = AddrMetricsState::from((&vecs.addrs, starting_height));
debug!("addr metrics state recovered");