Browse Source

Change new block detection message since longpoll is rarely relevant today.

nfactor-troky
Con Kolivas 11 years ago committed by Noel Maersk
parent
commit
5167962840
  1. 2
      sgminer.c

2
sgminer.c

@ -3947,7 +3947,7 @@ static bool test_work_current(struct work *work) @@ -3947,7 +3947,7 @@ static bool test_work_current(struct work *work)
work->gbt ? "GBT " : "", work->pool->poolname);
}
} else if (have_longpoll)
applog(LOG_NOTICE, "New block detected on network before longpoll");
applog(LOG_NOTICE, "New block detected on network before pool notification");
else
applog(LOG_NOTICE, "New block detected on network");
restart_threads();

Loading…
Cancel
Save