Skip to content

Commit

Permalink
Merge branch 'master' into aaronc/orm-varint
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 7, 2022
2 parents a76995d + a0a1197 commit db3a82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
// DefaultGenesis returns default genesis state as raw bytes for the gov
// module.
func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage {
return cdc.MustMarshalJSON(v1beta1.DefaultGenesisState())
return cdc.MustMarshalJSON(v1beta2.DefaultGenesisState())
}

// ValidateGenesis performs genesis state validation for the gov module.
Expand Down

0 comments on commit db3a82d

Please sign in to comment.