diff --git a/client/rpc/root.go b/client/rpc/root.go index 6ef33e0e3a..7bdcd8cd84 100644 --- a/client/rpc/root.go +++ b/client/rpc/root.go @@ -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", diff --git a/cmd/gaia/cmd/gaiacli/query.go b/cmd/gaia/cmd/gaiacli/query.go index b3d7a43093..91734a8259 100644 --- a/cmd/gaia/cmd/gaiacli/query.go +++ b/cmd/gaia/cmd/gaiacli/query.go @@ -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(),