mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix: correct prune mode assignments in HistoryIndexingStages (#17575)
This commit is contained in:
@@ -444,12 +444,12 @@ where
|
||||
.add_stage(IndexStorageHistoryStage::new(
|
||||
self.stages_config.index_storage_history,
|
||||
self.stages_config.etl.clone(),
|
||||
self.prune_modes.account_history,
|
||||
self.prune_modes.storage_history,
|
||||
))
|
||||
.add_stage(IndexAccountHistoryStage::new(
|
||||
self.stages_config.index_account_history,
|
||||
self.stages_config.etl.clone(),
|
||||
self.prune_modes.storage_history,
|
||||
self.prune_modes.account_history,
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user