Skip to content

Commit

Permalink
Update crates/blockchain/payload.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
  • Loading branch information
tomip01 and lima-limon-inc authored Jan 30, 2025
1 parent a9f2552 commit 14eaf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockchain/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use ethrex_core::{
Address, Bloom, Bytes, H256, U256,
};
#[cfg(feature = "levm")]
use ethrex_levm::AccountInfo;
use ethrex_levm::{db::CacheDB, AccountInfo};

use ethrex_rlp::encode::RLPEncode;
use ethrex_storage::{error::StoreError, Store};
Expand Down

0 comments on commit 14eaf7c

Please sign in to comment.