diff --git a/bin/reth/src/node/mod.rs b/bin/reth/src/node/mod.rs index b333d7e02a..ce6a872075 100644 --- a/bin/reth/src/node/mod.rs +++ b/bin/reth/src/node/mod.rs @@ -212,7 +212,7 @@ impl Command { OfflineStages::default() .set(SenderRecoveryStage { batch_size: stage_conf.sender_recovery.batch_size, - commit_threshold: stage_conf.execution.commit_threshold, + commit_threshold: stage_conf.sender_recovery.commit_threshold, }) .set(ExecutionStage { chain_spec: self.chain.clone(),