Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
moricho committed Dec 4, 2024
1 parent 7f97f9c commit d70e843
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/root.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
use crate::{HashBuilder, TrieAccount, EMPTY_ROOT_HASH};
use alloy_primitives::{keccak256, Address, B256};
use crate::{HashBuilder, EMPTY_ROOT_HASH};
use alloy_primitives::B256;
use alloy_rlp::Encodable;
#[cfg(feature = "ethereum")]
use {
crate::TrieAccount,
alloy_primitives::{keccak256, Address},
};

use alloc::vec::Vec;
use nybbles::Nibbles;
Expand Down

0 comments on commit d70e843

Please sign in to comment.