dposlog.Info("Vrf validators is part,use part vrf to shuffle.","cycle",cycle,"vrf validators size",cs.validatorMgr.VrfValidators.Size(),"non vrf validators size",cs.validatorMgr.NoVrfValidators.Size())
dposlog.Info("No avaliable LastCBInfo, so don't SendRegistVrfMTx, just wait another cycle")
}
}else{
dposlog.Info("VrfM is already registed","now",now,"middle",middleTime,"cycle",task.Cycle,"pubkey",strings.ToUpper(hex.EncodeToString(cs.privValidator.GetPubKey().Bytes())))
dposlog.Info("VrfRP is already registed","now",now,"middle",middleTime,"cycle",task.Cycle,"pubkey",strings.ToUpper(hex.EncodeToString(cs.privValidator.GetPubKey().Bytes())))
}else{
dposlog.Info("No available VrfM, so don't SendRegistVrfRPTx, just wait another cycle")