Merge pull request #2232

87b5ede9 miner: fix ignoring battery from command line (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2017-08-15 20:45:02 +02:00

View File

@@ -382,7 +382,7 @@ namespace cryptonote
boost::thread::attributes attrs;
attrs.set_stack_size(THREAD_STACK_SIZE);
start(m_mine_address, m_threads_total, attrs, get_is_background_mining_enabled());
start(m_mine_address, m_threads_total, attrs, get_is_background_mining_enabled(), get_ignore_battery());
}
}
//-----------------------------------------------------------------------------------------------------