Commit 5804fa8e authored by refcell's avatar refcell Committed by GitHub

fix(op-challenger): missing flag in subcommand (#10060)

parent 8dd17a7b
...@@ -67,6 +67,7 @@ func createGameFlags() []cli.Flag { ...@@ -67,6 +67,7 @@ func createGameFlags() []cli.Flag {
cliFlags := []cli.Flag{ cliFlags := []cli.Flag{
flags.L1EthRpcFlag, flags.L1EthRpcFlag,
flags.FactoryAddressFlag, flags.FactoryAddressFlag,
TraceTypeFlag,
OutputRootFlag, OutputRootFlag,
L2BlockNumFlag, L2BlockNumFlag,
} }
......
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