Skip to content

Commit 249caf0

Browse files
committed
simulators/ethereum/engine: Fix test starting directly on Cancun
1 parent b37bbd8 commit 249caf0

File tree

1 file changed

+1
-1
lines changed
  • simulators/ethereum/engine/suites/cancun

1 file changed

+1
-1
lines changed

simulators/ethereum/engine/suites/cancun/tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ var Tests = []test.SpecInterface{
725725
`,
726726
},
727727

728-
CancunForkHeight: 1,
728+
CancunForkHeight: 0,
729729

730730
TestSequence: TestSequence{
731731
SendBlobTransactions{

0 commit comments

Comments
 (0)