fix: use correct config for sender recovery stage (#1170)

This commit is contained in:
Georgios Konstantopoulos
2023-02-04 12:48:18 -08:00
committed by GitHub
parent 786a0d3e46
commit ac164a605a

View File

@@ -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(),