refactor(mint): new go module (#18283)

This commit is contained in:
Marko
2023-10-28 07:09:48 +00:00
committed by GitHub
parent 21e69bad04
commit 7bef0227f9
84 changed files with 1652 additions and 82 deletions
+1 -1
View File
@@ -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",
},
},