Skip to content

Commit 79ce42c

Browse files
authored
Merge pull request ethereum#140 from ethereum-optimism/no-beta-mcp
flags: remove beta prefix from rollup.halt flag
2 parents 7997a6f + feab30d commit 79ce42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ var (
893893
Category: flags.RollupCategory,
894894
}
895895
RollupHaltOnIncompatibleProtocolVersionFlag = &cli.StringFlag{
896-
Name: "beta.rollup.halt",
896+
Name: "rollup.halt",
897897
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",
898898
Category: flags.RollupCategory,
899899
}

0 commit comments

Comments
 (0)