1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +00:00

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

This commit is contained in:
Con Kolivas 2014-01-23 23:36:50 +11:00 committed by Noel Maersk
parent 1ad3285f56
commit 5167962840

View File

@ -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();