mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: add opstack specific display_hardforks implementation (#15233)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -478,7 +478,7 @@ impl ChainSpec {
|
||||
|
||||
/// Returns the hardfork display helper.
|
||||
pub fn display_hardforks(&self) -> DisplayHardforks {
|
||||
DisplayHardforks::new(&self)
|
||||
DisplayHardforks::new(self.hardforks.forks_iter())
|
||||
}
|
||||
|
||||
/// Get the fork id for the given hardfork.
|
||||
|
||||
Reference in New Issue
Block a user