mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(op):skip db consistency check for op mainnet (#9737)
Co-authored-by: Russel Waters <6511720+argakiig@users.noreply.github.com>
This commit is contained in:
@ -114,8 +114,6 @@ impl EnvironmentArgs {
|
||||
let factory = ProviderFactory::new(db, self.chain.clone(), static_file_provider)
|
||||
.with_prune_modes(prune_modes.clone());
|
||||
|
||||
info!(target: "reth::cli", "Verifying storage consistency.");
|
||||
|
||||
// Check for consistency between database and static files.
|
||||
if let Some(unwind_target) = factory
|
||||
.static_file_provider()
|
||||
|
||||
Reference in New Issue
Block a user