diff --git a/simapp/app.go b/simapp/app.go index 35fde5d743..4b6346141f 100644 --- a/simapp/app.go +++ b/simapp/app.go @@ -178,8 +178,8 @@ var ( maccPerms = map[string][]string{ authtypes.FeeCollectorName: nil, distrtypes.ModuleName: nil, - foundation.TreasuryName: nil, foundation.ModuleName: nil, + foundation.TreasuryName: nil, foundation.GovMinterName: {authtypes.Minter}, minttypes.ModuleName: {authtypes.Minter}, stakingtypes.BondedPoolName: {authtypes.Burner, authtypes.Staking}, diff --git a/x/foundation/expected_keepers.go b/x/foundation/expected_keepers.go index 8f318a2c2d..7b7099f1da 100644 --- a/x/foundation/expected_keepers.go +++ b/x/foundation/expected_keepers.go @@ -10,7 +10,6 @@ type ( // foundation module. AuthKeeper interface { GetModuleAccount(ctx sdk.Context, name string) authtypes.ModuleAccountI - GetAccount(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI } // BankKeeper defines the bank module interface contract needed by the