From 989bc3af2ffb19379d2d18595d8b3b36586ec9d4 Mon Sep 17 00:00:00 2001 From: Youngtaek Yoon Date: Fri, 21 Oct 2022 03:33:03 +0000 Subject: [PATCH] Chore --- simapp/app.go | 2 +- x/foundation/expected_keepers.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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