Update golangci-lint config and fix linting issues (#168)

* update golangci

* update golang lint yml and updated linting issues
This commit is contained in:
Austin Abell
2020-01-08 09:56:49 +13:00
committed by GitHub
parent b98685c46b
commit 51adade59f
11 changed files with 56 additions and 255 deletions
-1
View File
@@ -33,7 +33,6 @@ const (
func AddGenesisAccountCmd(
ctx *server.Context, cdc *codec.Codec, defaultNodeHome, defaultClientHome string,
) *cobra.Command {
cmd := &cobra.Command{
Use: "add-genesis-account [address_or_key_name] [coin][,[coin]]",
Short: "Add a genesis account to genesis.json",