Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Sep 30, 2024
1 parent 9d876e2 commit 62fcf98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/trie/db/tests/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
use alloy_primitives::{
keccak256,
map::{HashMap, HashSet},
Address,
Address, Bytes, B256, U256,
};
use alloy_rlp::EMPTY_STRING_CODE;
use reth_primitives::{constants::EMPTY_ROOT_HASH, Account, Bytes, B256, U256};
use reth_primitives::{constants::EMPTY_ROOT_HASH, Account};
use reth_provider::{test_utils::create_test_provider_factory, HashingWriter};
use reth_trie::{proof::Proof, witness::TrieWitness, HashedPostState, HashedStorage, StateRoot};
use reth_trie_db::{DatabaseProof, DatabaseStateRoot, DatabaseTrieWitness};
Expand Down

0 comments on commit 62fcf98

Please sign in to comment.