chore: rm comment about hardfork (#14463)

This commit is contained in:
Matthias Seitz
2025-02-13 04:03:00 +01:00
committed by GitHub
parent aa1aa87088
commit dc88fa572a

View File

@ -12,9 +12,6 @@ use reth_network_peers::NodeRecord;
/// Trait representing type configuring a chain spec.
#[auto_impl::auto_impl(&, Arc)]
pub trait EthChainSpec: Send + Sync + Unpin + Debug {
// todo: make chain spec type generic over hardfork
//type Hardfork: Clone + Copy + 'static;
/// The header type of the network.
type Header;