Skip to content

Commit

Permalink
disable testing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd authored Jan 20, 2025
1 parent 073fe2b commit 656a64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rbuilder/src/utils/provider_factory_reopen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl<DB: Database + Clone> ProviderFactoryReopener<DB> {
provider_factory: Arc::new(Mutex::new(provider_factory)),
chain_spec,
static_files_path,
testing_mode: true,
testing_mode: false,
})
}

Expand All @@ -48,7 +48,7 @@ impl<DB: Database + Clone> ProviderFactoryReopener<DB> {
provider_factory: Arc::new(Mutex::new(provider_factory)),
chain_spec,
static_files_path,
testing_mode: true,
testing_mode: false,
})
}

Expand Down

0 comments on commit 656a64d

Please sign in to comment.