Skip to content

Commit

Permalink
fix: add permission to account fee_collector
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 5, 2024
1 parent 31a3b2c commit e85cd02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ var (

// module account permissions
maccPerms = map[string][]string{
authtypes.FeeCollectorName: nil,
authtypes.FeeCollectorName: {authtypes.Burner},
distrtypes.ModuleName: nil,
minttypes.ModuleName: {authtypes.Minter},
stakingtypes.BondedPoolName: {authtypes.Burner, authtypes.Staking},
Expand All @@ -241,7 +241,6 @@ var (
tokenfactorytypes.ModuleName: {authtypes.Minter, authtypes.Burner},
alliancemoduletypes.ModuleName: {authtypes.Minter, authtypes.Burner},
alliancemoduletypes.RewardsPoolName: nil,
feeburnmoduletypes.ModuleName: {authtypes.Burner},
}
)

Expand Down

0 comments on commit e85cd02

Please sign in to comment.