mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
fix(chainspec): cascading paris fork activation (#1334)
This commit is contained in:
@@ -391,7 +391,7 @@ impl ChainSpecBuilder {
|
||||
|
||||
/// Enable Paris at genesis.
|
||||
pub fn paris_activated(mut self) -> Self {
|
||||
self = self.berlin_activated();
|
||||
self = self.london_activated();
|
||||
self.hardforks.insert(
|
||||
Hardfork::Paris,
|
||||
ForkCondition::TTD { fork_block: Some(0), total_difficulty: U256::ZERO },
|
||||
|
||||
Reference in New Issue
Block a user