primitives: use alloy KECCAK_EMPTY constant (#11851)

This commit is contained in:
Thomas Coratger
2024-10-18 10:25:22 +02:00
committed by GitHub
parent dfcaad4608
commit 0c70f6bd35
9 changed files with 14 additions and 11 deletions

View File

@ -194,13 +194,14 @@ impl ConfigureEvm for EthEvmConfig {
#[cfg(test)]
mod tests {
use super::*;
use alloy_consensus::constants::KECCAK_EMPTY;
use alloy_genesis::Genesis;
use alloy_primitives::{B256, U256};
use reth_chainspec::{Chain, ChainSpec, MAINNET};
use reth_evm::execute::ProviderError;
use reth_primitives::{
revm_primitives::{BlockEnv, CfgEnv, SpecId},
Header, KECCAK_EMPTY,
Header,
};
use reth_revm::{
db::{CacheDB, EmptyDBTyped},