mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm comment about hardfork (#14463)
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user