Skip to content

Commit

Permalink
Fix Cel2 activation after rebase on new upstream
Browse files Browse the repository at this point in the history
AllDevChainProtocolChanges is used for the dev mode now instead of
AllCliqueProtocolChanges.
  • Loading branch information
karlb committed Sep 27, 2023
1 parent 418ce55 commit 62c79ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ var (
ArrowGlacierBlock: big.NewInt(0),
GrayGlacierBlock: big.NewInt(0),
ShanghaiTime: newUint64(0),
Cel2Time: newUint64(0),
TerminalTotalDifficulty: big.NewInt(0),
TerminalTotalDifficultyPassed: true,
IsDevMode: true,
Expand Down Expand Up @@ -222,7 +223,6 @@ var (
CancunTime: nil,
PragueTime: nil,
VerkleTime: nil,
Cel2Time: newUint64(0),
TerminalTotalDifficulty: nil,
TerminalTotalDifficultyPassed: false,
Ethash: nil,
Expand Down

0 comments on commit 62c79ef

Please sign in to comment.