various linter fixes (#8666)

This commit is contained in:
Alessio Treglia
2021-02-23 08:46:01 +00:00
committed by GitHub
parent 39b816ebb3
commit f2ee972e31
74 changed files with 19 additions and 168 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/cosmos/cosmos-sdk/types/rest"
)
//BlockCommand returns the verified block data for a given heights
// BlockCommand returns the verified block data for a given heights
func BlockCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "block [height]",
+1 -1
View File
@@ -22,7 +22,7 @@ import (
// TODO these next two functions feel kinda hacky based on their placement
//ValidatorCommand returns the validator set for a given height
// ValidatorCommand returns the validator set for a given height
func ValidatorCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "tendermint-validator-set [height]",