Commit 651898c5 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

op-node: Unhide syncmode flag (#9611)

parent 435f8bd0
......@@ -78,13 +78,12 @@ var (
}
SyncModeFlag = &cli.GenericFlag{
Name: "syncmode",
Usage: fmt.Sprintf("IN DEVELOPMENT: Options are: %s", openum.EnumString(sync.ModeStrings)),
Usage: fmt.Sprintf("Blockchain sync mode (options: %s)", openum.EnumString(sync.ModeStrings)),
EnvVars: prefixEnvVars("SYNCMODE"),
Value: func() *sync.Mode {
out := sync.CLSync
return &out
}(),
Hidden: true,
}
RPCListenAddr = &cli.StringFlag{
Name: "rpc.addr",
......
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