Skip to content

Commit

Permalink
Hot fix (#641)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
amityadav0 authored Jul 5, 2024
1 parent e8574f4 commit 3683f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ var (
ammmoduletypes.ModuleName: {authtypes.Minter, authtypes.Burner, authtypes.Staking},
wasmmoduletypes.ModuleName: {authtypes.Burner},
stablestaketypes.ModuleName: {authtypes.Minter, authtypes.Burner},
masterchefmoduletypes.ModuleName: {},
masterchefmoduletypes.ModuleName: {authtypes.Minter, authtypes.Burner},
// this line is used by starport scaffolding # stargate/app/maccPerms
}
)
Expand Down

0 comments on commit 3683f28

Please sign in to comment.