Skip to content

Commit

Permalink
Merge pull request #70 from b-harvest/patch/remove_mint
Browse files Browse the repository at this point in the history
chore: Remove minttypes from app.go
  • Loading branch information
dudong2 authored Jul 19, 2024
2 parents ca7a7f8 + 8e287a1 commit 6614d96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (

tmproto "github.com/cometbft/cometbft/proto/tendermint/types"
"github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
"github.com/cosmos/gogoproto/proto"
ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
ibcconnectiontypes "github.com/cosmos/ibc-go/v8/modules/core/03-connection/types"
Expand Down Expand Up @@ -1454,8 +1453,6 @@ func setupLegacyKeyTables(k *paramskeeper.Keeper) {
keyTable = banktypes.ParamKeyTable() //nolint:staticcheck
case stakingtypes.ModuleName:
keyTable = stakingtypes.ParamKeyTable() //nolint:staticcheck
case minttypes.ModuleName:
keyTable = minttypes.ParamKeyTable() //nolint:staticcheck
case distrtypes.ModuleName:
keyTable = distrtypes.ParamKeyTable() //nolint:staticcheck
case slashingtypes.ModuleName:
Expand Down

0 comments on commit 6614d96

Please sign in to comment.