mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use keccak256 from alloy (#12628)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user