Skip to content

Commit 70eff7e

Browse files
committed
removed old flag
1 parent 9b1f60b commit 70eff7e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

main.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -473,13 +473,6 @@ func setupServices(svcManager *serviceManager, out *output) error {
473473
If(useRethForValidation, func(s *service) *service {
474474
return s.WithReplacementArgs("--http.api", "admin,eth,web3,net,rpc,flashbots")
475475
}).
476-
If(
477-
semver.Compare(rethVersion, "v1.1.0") >= 0,
478-
func(s *service) *service {
479-
// For versions >= v1.1.0, we need to run with --engine.legacy, at least for now
480-
return s.WithArgs("--engine.legacy")
481-
},
482-
).
483476
WithPort("rpc", 30303).
484477
WithPort("http", 8545).
485478
WithPort("authrpc", 8551).

0 commit comments

Comments
 (0)