diff --git a/x/stake/handler.go b/x/stake/handler.go index 81b5050398..e251d2c325 100644 --- a/x/stake/handler.go +++ b/x/stake/handler.go @@ -148,7 +148,6 @@ func handleMsgEditValidator(ctx sdk.Context, msg types.MsgEditValidator, k keepe return err.Result() } validator.Commission = commission - // call the hook if present k.OnValidatorCommissionChange(ctx, msg.ValidatorAddr) }