diff --git a/simulators/ethereum/engine/main.go b/simulators/ethereum/engine/main.go index ea8c3fc370..6bc85ae30d 100644 --- a/simulators/ethereum/engine/main.go +++ b/simulators/ethereum/engine/main.go @@ -98,7 +98,7 @@ func addTestsToSuite(sim *hivesim.Simulation, suite *hivesim.Suite, tests []test } testFiles := hivesim.Params{} - if genesis.Difficulty.Cmp(ttd) <= 0 { + if genesis.Difficulty.Cmp(ttd) < 0 { if currentTest.GetChainFile() != "" { // We are using a Proof of Work chain file, remove all clique-related settings