mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm more alloy_primitives reexports (#11255)
This commit is contained in:
@ -9,8 +9,8 @@ pub use storage::Storage;
|
||||
use std::{path::Path, sync::Arc};
|
||||
|
||||
use alloy_eips::BlockNumHash;
|
||||
use alloy_primitives::B256;
|
||||
use reth_exex_types::ExExNotification;
|
||||
use reth_primitives::B256;
|
||||
use reth_tracing::tracing::{debug, instrument};
|
||||
|
||||
/// WAL is a write-ahead log (WAL) that stores the notifications sent to ExExes.
|
||||
|
||||
Reference in New Issue
Block a user