Commit 1bc388ec authored by Seungju Lee's avatar Seungju Lee

comment: update a todo comment with a GitHub issue link. remove experimental...

comment: update a todo comment with a GitHub issue link. remove experimental flag description for enabling Admin API
parent 01af4459
......@@ -96,7 +96,7 @@ type CLIConfig struct {
}
func (c CLIConfig) Check() error {
// TODO: check the sanity of flags loaded directly like MaxPendingTransactions
// TODO: check the sanity of flags loaded directly https://github.com/ethereum-optimism/optimism/issues/7512
if err := c.MetricsConfig.Check(); err != nil {
return err
......
......@@ -30,7 +30,7 @@ func CLIFlags(envPrefix string) []cli.Flag {
},
&cli.BoolFlag{
Name: EnableAdminFlagName,
Usage: "Enable the admin API (experimental)",
Usage: "Enable the admin API",
EnvVars: opservice.PrefixEnvVar(envPrefix, "RPC_ENABLE_ADMIN"),
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment