mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: reduce size of common types (#5304)
This commit is contained in:
@@ -269,7 +269,7 @@ impl<Ext: RethCliExt> NodeCommand<Ext> {
|
||||
|
||||
let genesis_hash = init_genesis(db.clone(), self.chain.clone())?;
|
||||
|
||||
info!(target: "reth::cli", "{}", DisplayHardforks::from(self.chain.hardforks().clone()));
|
||||
info!(target: "reth::cli", "{}", DisplayHardforks::new(self.chain.hardforks()));
|
||||
|
||||
let consensus = self.consensus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user