Commit 41dd54d8 authored by vicotor's avatar vicotor

update

parent f0cca9e2
......@@ -233,6 +233,7 @@ func (wm *WorkerManager) setWorkerLastTaskTime(worker *Worker, tm int64) error {
}
func (wm *WorkerManager) checkWhiteList(worker *Worker, benefit string) error {
return nil
wh, err := wm.node.Cache().GetWhWithAddr(benefit)
if err != nil {
log.WithFields(log.Fields{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment