mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: remove PruneModes from batch executor (#14025)
This commit is contained in:
@ -78,7 +78,6 @@ where
|
||||
let mut executor = self.executor.batch_executor(StateProviderDatabase::new(
|
||||
self.provider.history_by_block_number(self.range.start().saturating_sub(1))?,
|
||||
));
|
||||
executor.set_prune_modes(self.prune_modes.clone());
|
||||
|
||||
let mut fetch_block_duration = Duration::default();
|
||||
let mut execution_duration = Duration::default();
|
||||
|
||||
Reference in New Issue
Block a user