Merge pull request #3757

6f9260e handle optional miner params better (cryptochangements34)
This commit is contained in:
luigi1111
2018-06-20 14:09:42 -05:00
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;
}
//-----------------------------------------------------------------------------------------------------