Skip to content

Commit 0d352c1

Browse files
committed
import
1 parent 10feecd commit 0d352c1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anvil/src/eth/backend/mem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use alloy_consensus::{
4242
};
4343
use alloy_eips::{eip1559::BaseFeeParams, eip4844::kzg_to_versioned_hash, eip7840::BlobParams};
4444
use alloy_evm::{
45-
Database, Evm,
45+
Database, Evm, IntoTxEnv,
4646
eth::EthEvmContext,
4747
overrides::{OverrideBlockHashes, apply_state_overrides},
4848
precompiles::PrecompilesMap,

0 commit comments

Comments
 (0)