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
commit 36aeaa7545
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
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;
}
//-----------------------------------------------------------------------------------------------------