Skip to content

Commit

Permalink
added permission to dualstaking module
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Dec 28, 2023
1 parent 6d4c5f5 commit 2140c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ var (
string(rewardsmoduletypes.ValidatorsRewardsDistributionPoolName): {authtypes.Burner, authtypes.Staking},
string(rewardsmoduletypes.ProviderRewardsDistributionPool): {authtypes.Burner, authtypes.Staking},
string(rewardsmoduletypes.ProvidersRewardsAllocationPool): {authtypes.Minter, authtypes.Staking},
dualstakingmoduletypes.ModuleName: {authtypes.Burner, authtypes.Staking},
// this line is used by starport scaffolding # stargate/app/maccPerms
}
)
Expand Down

0 comments on commit 2140c33

Please sign in to comment.