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:
@ -23,7 +23,7 @@ use reth_provider::{
|
||||
};
|
||||
use reth_revm::database::StateProviderDatabase;
|
||||
use reth_trie::{updates::TrieUpdates, HashedPostState, TrieInput};
|
||||
use reth_trie_parallel::parallel_root::ParallelStateRoot;
|
||||
use reth_trie_parallel::root::ParallelStateRoot;
|
||||
use std::{
|
||||
collections::BTreeMap,
|
||||
ops::{Deref, DerefMut},
|
||||
|
||||
Reference in New Issue
Block a user