chore: use keccak256 from alloy (#12628)

This commit is contained in:
Oliver
2024-11-18 13:00:57 +01:00
committed by GitHub
parent 626224e301
commit a84f58bcb8

View File

@ -1,5 +1,4 @@
use alloy_primitives::B256;
use revm_primitives::keccak256;
use alloy_primitives::{keccak256, B256};
/// Trait for hashing keys in state.
pub trait KeyHasher: Default + Clone + Send + Sync + 'static {