Commit 7d3922c8 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-node: Unhide the safedb.path option (#9789)

parent 005be54b
...@@ -295,7 +295,6 @@ var ( ...@@ -295,7 +295,6 @@ var (
Name: "safedb.path", Name: "safedb.path",
Usage: "File path used to persist safe head update data. Disabled if not set.", Usage: "File path used to persist safe head update data. Disabled if not set.",
EnvVars: prefixEnvVars("SAFEDB_PATH"), EnvVars: prefixEnvVars("SAFEDB_PATH"),
Hidden: true,
Category: OperationsCategory, Category: OperationsCategory,
} }
/* Deprecated Flags */ /* Deprecated Flags */
......
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