perf: Do not use cutoff when backfilling

This commit is contained in:
sprites0
2025-08-01 17:20:09 +00:00
parent 0180711ae4
commit ff2e55b5a2

View File

@ -222,7 +222,7 @@ impl HlNodeBlockSource {
};
info!("Loading block data from {:?}", path);
u_cache.load_scan_result(scan_hour_file(&path, &mut 0, height));
u_cache.load_scan_result(scan_hour_file(&path, &mut 0, 0));
u_cache.cache.get(&height).cloned()
}