mirror of
https://github.com/monero-project/monero.git
synced 2025-08-01 00:58:42 -04:00
Merge pull request #3757
6f9260e
handle optional miner params better (cryptochangements34)
This commit is contained in:
commit
36aeaa7545
2 changed files with 22 additions and 2 deletions
|
@ -328,6 +328,11 @@ namespace cryptonote
|
|||
LOG_PRINT_L0("Background mining controller thread started" );
|
||||
}
|
||||
|
||||
if(get_ignore_battery())
|
||||
{
|
||||
MINFO("Ignoring battery");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue