Skip to content

Commit

Permalink
remove unnecessary cancun block declaration in tests (ethereum#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Nov 26, 2021
1 parent 7cb1add commit 41c2f75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/misc/eip1559_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func copyConfig(original *params.ChainConfig) *params.ChainConfig {
BerlinBlock: original.BerlinBlock,
LondonBlock: original.LondonBlock,
TerminalTotalDifficulty: original.TerminalTotalDifficulty,
CancunBlock: original.CancunBlock,
Ethash: original.Ethash,
Clique: original.Clique,
}
Expand Down

0 comments on commit 41c2f75

Please sign in to comment.