Skip to content

Commit

Permalink
Update initialize.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rezbera committed Feb 3, 2025
1 parent b96f53b commit 09f9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/initialize/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func displayInfo(dst io.Writer, info printInfo) error {
return err
}

//nolint:funlen,gocognit,mnd // based on cosmossdk implementation
// InitCmd is based on cosmossdk implementation.
func InitCmd(mm interface {
DefaultGenesis() map[string]json.RawMessage
ValidateGenesis(genesisData map[string]json.RawMessage) error
Expand Down

0 comments on commit 09f9ac4

Please sign in to comment.