Skip to content

Commit

Permalink
Chore
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Oct 21, 2022
1 parent 041cb16 commit 989bc3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
1 change: 0 additions & 1 deletion x/foundation/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 989bc3a

Please sign in to comment.