Commit 6c539cd4 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: don't write storage to disk by default

parent 7bf4d54d
...@@ -121,8 +121,7 @@ func main() { ...@@ -121,8 +121,7 @@ func main() {
}, },
&cli.StringFlag{ &cli.StringFlag{
Name: "storage-out", Name: "storage-out",
Value: "storage.txt", Usage: "Path to write text file of L2ToL1MessagePasser storage",
Usage: "Path to write JSON file of L2ToL1MessagePasser storage",
}, },
}, },
Action: func(ctx *cli.Context) error { Action: func(ctx *cli.Context) error {
......
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