Skip to content

Commit

Permalink
update App.BlockedParams()
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Dec 24, 2023
1 parent 610678d commit db5b4fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,6 @@ func (*App) BlockedParams() [][2]string {
return [][2]string{
// bank.SendEnabled
{banktypes.ModuleName, string(banktypes.KeySendEnabled)},
// consensus.block.TimeIotaMs
{baseapp.Paramspace, string(baseapp.ParamStoreKeyBlockParams)},
// consensus.validator.PubKeyTypes
{baseapp.Paramspace, string(baseapp.ParamStoreKeyValidatorParams)},
// consensus.Version.AppVersion
Expand Down

0 comments on commit db5b4fb

Please sign in to comment.