mirror of
https://github.com/monero-project/monero.git
synced 2026-01-07 02:04:02 -08:00
handle optional miner params better
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