handle optional miner params better

This commit is contained in:
cryptochangements34 2018-05-06 12:28:57 -04:00
parent 7ed94d3122
commit 6f9260e38e
2 changed files with 22 additions and 2 deletions

View file

@ -328,6 +328,11 @@ namespace cryptonote
LOG_PRINT_L0("Background mining controller thread started" );
}
if(get_ignore_battery())
{
MINFO("Ignoring battery");
}
return true;
}
//-----------------------------------------------------------------------------------------------------