Skip to content

Commit

Permalink
simulators/ethereum/engine: Fix test starting directly on Cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 1, 2023
1 parent e218dca commit 41f6878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/ethereum/engine/suites/cancun/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ var Tests = []test.SpecInterface{
`,
},

CancunForkHeight: 1,
CancunForkHeight: 0,

TestSequence: TestSequence{
SendBlobTransactions{
Expand Down

0 comments on commit 41f6878

Please sign in to comment.