mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
fix(engine2): ensure static files are up to the tip when coming from an old engine node (#10299)
This commit is contained in:
@@ -177,6 +177,9 @@ where
|
||||
pipeline_exex_handle,
|
||||
)?;
|
||||
|
||||
// The new engine writes directly to static files. This ensures that they're up to the tip.
|
||||
pipeline.move_to_static_files()?;
|
||||
|
||||
let pipeline_events = pipeline.events();
|
||||
|
||||
let mut pruner_builder = ctx.pruner_builder();
|
||||
|
||||
Reference in New Issue
Block a user