Skip to content

Commit

Permalink
remove unnecessary cancun block declaration in tests (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored Nov 23, 2021
1 parent 6bd6932 commit 62a3d8b
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 62a3d8b

Please sign in to comment.