mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
perf: Do not use cutoff when backfilling
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user