mirror of
https://github.com/monero-project/monero.git
synced 2026-01-09 03:41:14 -08:00
Merge pull request #3757
6f9260e handle optional miner params better (cryptochangements34)
This commit is contained in:
@@ -328,6 +328,11 @@ namespace cryptonote
|
||||
LOG_PRINT_L0("Background mining controller thread started" );
|
||||
}
|
||||
|
||||
if(get_ignore_battery())
|
||||
{
|
||||
MINFO("Ignoring battery");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user