Remove comment

This commit is contained in:
Christopher Goes 2018-10-19 22:33:21 +02:00
parent 2e8f354367
commit 843ccaf615

View File

@ -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)
}