Skip to content

Commit

Permalink
Merge branch 'feature/simapp' into feature/issues_441
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 7, 2024
2 parents 78bbe0c + 17d1ed0 commit 87f51ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mt/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package mt
import (
"cosmossdk.io/core/appmodule"
"cosmossdk.io/depinject"
store "cosmossdk.io/store/types"
storetypes "cosmossdk.io/store/types"
"github.com/cosmos/cosmos-sdk/codec"

modulev1 "mods.irisnet.org/api/irismod/mt/module/v1"
Expand Down Expand Up @@ -32,7 +32,7 @@ type Inputs struct {

Config *modulev1.Module
Cdc codec.Codec
Key *store.KVStoreKey
Key *storetypes.KVStoreKey

AccountKeeper types.AccountKeeper
BankKeeper types.BankKeeper
Expand Down

0 comments on commit 87f51ed

Please sign in to comment.