diff --git a/server/util.go b/server/util.go index 313d4fc5b..f44cc2d72 100644 --- a/server/util.go +++ b/server/util.go @@ -79,7 +79,6 @@ func AddCommands( ShowNodeIDCmd(ctx), ShowValidatorCmd(ctx), ExportCmd(ctx, cdc, appExport), - UnsafeResetAllCmd(ctx), version.VersionCmd, ) }