Skip to content

Commit

Permalink
fix(bolt-sidecar): remove validator indexes flag also there
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 8, 2024
1 parent 9534442 commit ca4822a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mev/bolt_sidecar/bolt_sidecar_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def launch_bolt_sidecar(
sidecar_config["constraints_api_url"],
"--constraints-proxy-port",
str(input_parser.BOLT_SIDECAR_CONSTRAINTS_PROXY_PORT),
"--validator-indexes",
"0..64",
"--engine-jwt-hex",
sidecar_config["jwt_hex"],
"--fee-recipient",
Expand Down

0 comments on commit ca4822a

Please sign in to comment.