mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
primitives: rm redundant chain_id function for Transaction (#11751)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! Generators for different data structures like block headers, block bodies and ranges of those.
|
||||
|
||||
use alloy_consensus::TxLegacy;
|
||||
use alloy_consensus::{Transaction as _, TxLegacy};
|
||||
use alloy_eips::{
|
||||
eip6110::DepositRequest, eip7002::WithdrawalRequest, eip7251::ConsolidationRequest,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user