Skip to content

Commit

Permalink
chore: rm comment about hardfork (#14463)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 13, 2025
1 parent aa1aa87 commit dc88fa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/chainspec/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit dc88fa5

Please sign in to comment.