Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed May 29, 2024
1 parent 4c90b55 commit b4571b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simapp/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ func (app SimApp) RegisterUpgradeHandlers() {
func(ctx context.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
app.AuthzKeeper.SetAuthzRulesKeys(ctx, &authz.AllowedGrantRulesKeys{
Keys: []*authz.Rule{
&authz.Rule{Key: sdk.MsgTypeURL(&banktypes.MsgSend{}), Values: []string{
{Key: sdk.MsgTypeURL(&banktypes.MsgSend{}), Values: []string{
authz.MaxAmount, authz.AllowedRecipients,
}},
&authz.Rule{Key: sdk.MsgTypeURL(&stakingtypes.MsgDelegate{}), Values: []string{
{Key: sdk.MsgTypeURL(&stakingtypes.MsgDelegate{}), Values: []string{
authz.AllowedStakeValidators, authz.AllowedMaxStakeAmount,
}},
},
Expand Down

0 comments on commit b4571b8

Please sign in to comment.