From 843ccaf615d4642f4cce71eabc5bbf87f12f7d65 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 19 Oct 2018 22:33:21 +0200 Subject: [PATCH] Remove comment --- x/stake/handler.go | 1 - 1 file changed, 1 deletion(-) 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) }