File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
package keeper
4
4
5
5
import (
6
- storetypes "cosmossdk.io/store/types "
6
+ corestoretypes "cosmossdk.io/core/store "
7
7
8
8
"github.com/cosmos/cosmos-sdk/codec"
9
9
@@ -14,7 +14,7 @@ import (
14
14
// If customEncoders is non-nil, we can use this to override some of the message handler, especially custom
15
15
func NewKeeper (
16
16
cdc codec.Codec ,
17
- storeKey storetypes. StoreKey ,
17
+ storeService corestoretypes. KVStoreService ,
18
18
accountKeeper types.AccountKeeper ,
19
19
bankKeeper types.BankKeeper ,
20
20
stakingKeeper types.StakingKeeper ,
@@ -29,7 +29,7 @@ func NewKeeper(
29
29
homeDir string ,
30
30
nodeConfig types.NodeConfig ,
31
31
vmConfig types.VMConfig ,
32
- availableCapabilities string ,
32
+ availableCapabilities [] string ,
33
33
authority string ,
34
34
opts ... Option ,
35
35
) Keeper {
You can’t perform that action at this time.
0 commit comments