mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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