refactor(mint): new go module (#18283)
This commit is contained in:
@@ -259,7 +259,7 @@ func MintModule() ModuleOption {
|
||||
Config: appconfig.WrapAny(&mintmodulev1.Module{}),
|
||||
GolangBindings: []*appv1alpha1.GolangBinding{
|
||||
{
|
||||
InterfaceType: "github.com/cosmos/cosmos-sdk/x/mint/types/types.StakingKeeper",
|
||||
InterfaceType: "cosmossdk.io/x/mint/types/types.StakingKeeper",
|
||||
Implementation: "cosmossdk.io/x/staking/keeper/*keeper.Keeper",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user