diff --git a/server/tm_cmds.go b/server/tm_cmds.go index dd826ba8c8..648e3d80dd 100644 --- a/server/tm_cmds.go +++ b/server/tm_cmds.go @@ -29,8 +29,6 @@ func ShowNodeIDCmd(ctx *Context) *cobra.Command { } } -//________________________________________________________________________________ - // ShowValidator - ported from Tendermint, show this node's validator info func ShowValidatorCmd(ctx *Context) *cobra.Command { flagJSON := "json" @@ -60,8 +58,6 @@ func ShowValidatorCmd(ctx *Context) *cobra.Command { return &cmd } -//________________________________________________________________________________ - // UnsafeResetAllCmd - extension of the tendermint command, resets initialization func UnsafeResetAllCmd(ctx *Context) *cobra.Command { return &cobra.Command{