chore(trie): rename reth-trie-parallel modules (#12444)

This commit is contained in:
Federico Gimenez
2024-11-11 12:23:07 +01:00
committed by GitHub
parent 365f6a1f69
commit de6813093d
7 changed files with 7 additions and 9 deletions

View File

@ -13,7 +13,7 @@ use reth_trie::{
TrieInput,
};
use reth_trie_db::{DatabaseHashedCursorFactory, DatabaseStateRoot};
use reth_trie_parallel::parallel_root::ParallelStateRoot;
use reth_trie_parallel::root::ParallelStateRoot;
use std::collections::HashMap;
pub fn calculate_state_root(c: &mut Criterion) {