Skip to content

Commit

Permalink
Merge pull request #140 from ethereum-optimism/no-beta-mcp
Browse files Browse the repository at this point in the history
flags: remove beta prefix from rollup.halt flag
  • Loading branch information
sebastianst authored Sep 25, 2023
2 parents 7997a6f + feab30d commit 79ce42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ var (
Category: flags.RollupCategory,
}
RollupHaltOnIncompatibleProtocolVersionFlag = &cli.StringFlag{
Name: "beta.rollup.halt",
Name: "rollup.halt",
Usage: "Opt-in option to halt on incompatible protocol version requirements of the given level (major/minor/patch/none), as signaled through the Engine API by the rollup node",
Category: flags.RollupCategory,
}
Expand Down

0 comments on commit 79ce42c

Please sign in to comment.