rm a couple comments

This commit is contained in:
rigelrozanski 2018-04-19 16:33:17 -04:00
parent ad0c776d94
commit bce7bf6e79

View File

@ -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{