Address linting issues

This commit is contained in:
Jack Zampolin 2018-11-07 15:38:30 -08:00
parent c20e383d7f
commit cade5f552c
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ func todoNotImplemented(_ *cobra.Command, _ []string) error {
return errors.New("todo: Command not yet implemented")
}
// InitClientCommand initializes client commands
func InitClientCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "init",

View File

@ -64,7 +64,7 @@ func queryCmd(cdc *amino.Codec) *cobra.Command {
slashingQueryCmd.AddCommand(client.GetCommands(
slashingcmd.GetCmdQuerySigningInfo(storeSlashing, cdc))...)
// Query commcmmand sturcture
// Query commcmmand structure
queryCmd.AddCommand(
rpc.BlockCommand(),
rpc.ValidatorCommand(),