mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(trie): rename reth-trie-parallel modules (#12444)
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user