Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Feb 24, 2025
1 parent 61f163c commit bd74001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rbuilder/src/live_builder/base_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl BaseConfig {
}
// temporary guard until reth is fixed
if !self.root_hash_use_sparse_trie || self.root_hash_compare_sparse_trie {
eyre::bail!("root_hash_use_sparse_trie=true and root_hash_compare_sparse_trie=false must be set, otherwise node will produce incorrect blocks or confusing error messages. This settings are enforced temporarily because upstream parallel root hash implementation is not correct.")
eyre::bail!("root_hash_use_sparse_trie=true and root_hash_compare_sparse_trie=false must be set, otherwise node will produce incorrect blocks or confusing error messages. These settings are enforced temporarily because upstream parallel root hash implementation is not correct.")
}
let thread_pool = self.root_hash_thread_pool()?;
Ok(RootHashContext::new(
Expand Down

0 comments on commit bd74001

Please sign in to comment.