mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore: revert back to trace for update_hashes (#21915)
This commit is contained in:
@@ -2871,7 +2871,7 @@ impl SparseSubtrie {
|
||||
/// # Panics
|
||||
///
|
||||
/// If the node at the root path does not exist.
|
||||
#[instrument(level = "debug", target = "trie::parallel_sparse", skip_all, fields(root = ?self.path), ret)]
|
||||
#[instrument(level = "trace", target = "trie::parallel_sparse", skip_all, fields(root = ?self.path), ret)]
|
||||
fn update_hashes(
|
||||
&mut self,
|
||||
prefix_set: &mut PrefixSet,
|
||||
|
||||
Reference in New Issue
Block a user