mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives-traits: rm redundant definitions of EMPTY_OMMER_ROOT_HASH (#11820)
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
//! OP mainnet bedrock related data.
|
||||
|
||||
use alloy_consensus::EMPTY_ROOT_HASH;
|
||||
use alloy_consensus::{EMPTY_OMMER_ROOT_HASH, EMPTY_ROOT_HASH};
|
||||
use alloy_primitives::{address, b256, bloom, bytes, B256, B64, U256};
|
||||
use reth_primitives::Header;
|
||||
use reth_primitives_traits::constants::EMPTY_OMMER_ROOT_HASH;
|
||||
|
||||
/// Transaction 0x9ed8f713b2cc6439657db52dcd2fdb9cc944915428f3c6e2a7703e242b259cb9 in block 985,
|
||||
/// replayed in blocks:
|
||||
|
||||
Reference in New Issue
Block a user