chore: reduce size of common types (#5304)

This commit is contained in:
DaniPopes
2023-11-06 13:45:20 +01:00
committed by GitHub
parent 2d315c2f3a
commit f8ceda9ea8
55 changed files with 580 additions and 532 deletions

View File

@@ -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();