mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-26 10:18:10 -07:00
global: fixes
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user