mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(exex): finalize WAL only when all ExExes are on the canonical chain (#11289)
This commit is contained in:
@ -109,6 +109,7 @@ impl<Node: FullNodeComponents + Clone> ExExLauncher<Node> {
|
||||
debug!(target: "reth::cli", "spawning exex manager");
|
||||
// todo(onbjerg): rm magic number
|
||||
let exex_manager = ExExManager::new(
|
||||
components.provider().clone(),
|
||||
exex_handles,
|
||||
DEFAULT_EXEX_MANAGER_CAPACITY,
|
||||
exex_wal,
|
||||
|
||||
Reference in New Issue
Block a user