Skip to content

Commit

Permalink
fix: remove unnecessary fork order
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Aug 23, 2022
1 parent cc799c6 commit f49ac4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,11 +735,7 @@ func (c *ChainConfig) CheckConfigForkOrder() error {
{name: "mirrorSyncBlock", block: c.MirrorSyncBlock},
{name: "brunoBlock", block: c.BrunoBlock},
{name: "eulerBlock", block: c.EulerBlock},
{name: "berlinBlock", block: c.BerlinBlock},
{name: "londonBlock", block: c.LondonBlock},
{name: "arrowGlacierBlock", block: c.ArrowGlacierBlock, optional: true},
{name: "gibbsBlock", block: c.GibbsBlock},
{name: "mergeStartBlock", block: c.MergeForkBlock, optional: true},
} {
if lastFork.name != "" {
// Next one must be higher number
Expand Down

0 comments on commit f49ac4a

Please sign in to comment.