mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
fix: use correct config for sender recovery stage (#1170)
This commit is contained in:
committed by
GitHub
parent
786a0d3e46
commit
ac164a605a
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user