Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Mar 31, 2021
1 parent 183e9aa commit 6c89f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/wasm/client/cli/genesis_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,12 @@ var _ GenesisMutator = DefaultGenesisIO{}
// DefaultGenesisIO implements both interfaces to read and modify the genesis state for this module.
// This implementation uses the default data structure that is used by the module.go genesis import/ export.
type DefaultGenesisIO struct {
GenesisReader
DefaultGenesisReader
}

// NewDefaultGenesisIO constructor to create a new instance
func NewDefaultGenesisIO() *DefaultGenesisIO {
return &DefaultGenesisIO{GenesisReader: DefaultGenesisReader{}}
return &DefaultGenesisIO{DefaultGenesisReader: DefaultGenesisReader{}}
}

// AlterModuleState loads the genesis from the default or set home dir,
Expand Down

0 comments on commit 6c89f4f

Please sign in to comment.