diff --git a/app/app.go b/app/app.go index 085bcf694a..1105483868 100644 --- a/app/app.go +++ b/app/app.go @@ -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 } )