Skip to content

Commit

Permalink
Remove extra copied ModuleName
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Sep 20, 2023
1 parent 4b7a4f7 commit 9e3ad12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/community/migrations/v2/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import (
"github.com/kava-labs/kava/x/community/types"
)

const (
ModuleName = "mint"
)

// Migrate migrates the x/community module state from the consensus version 1 to
// version 2. Specifically, sets new parameters in the module state.
func Migrate(
Expand Down

0 comments on commit 9e3ad12

Please sign in to comment.