mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
fix compiler warning and indentation
This commit is contained in:
parent
a5fd98c832
commit
77c996858b
@ -4238,10 +4238,10 @@ static bool test_work_current(struct work *work)
|
||||
if (work->longpoll) {
|
||||
work->work_block = ++work_block;
|
||||
if (shared_strategy() || work->pool == current_pool()) {
|
||||
if(opt_morenotices)
|
||||
if (work->stratum) {
|
||||
if(opt_morenotices) {
|
||||
if (work->stratum)
|
||||
applog(LOG_NOTICE, "Stratum from %s requested work restart", get_pool_name(pool));
|
||||
} else {
|
||||
else
|
||||
applog(LOG_NOTICE, "%sLONGPOLL from %s requested work restart", work->gbt ? "GBT " : "", get_pool_name(pool));
|
||||
}
|
||||
restart_threads();
|
||||
|
Loading…
Reference in New Issue
Block a user