Skip to content

Commit

Permalink
chore: remove leftcount init from genesis.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Oct 16, 2022
1 parent 33b1606 commit 2d26bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/foundation/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import (
// DefaultGenesisState creates a default GenesisState object
func DefaultGenesisState() *GenesisState {
return &GenesisState{
Params: DefaultParams(),
GovMintLeftCount: 0,
Params: DefaultParams(),
}
}

Expand Down

0 comments on commit 2d26bc2

Please sign in to comment.