miner: always update block template when starting

This fixes using the previous address when starting mining,
then stopping and restarting with a different address
This commit is contained in:
moneromooo-monero 2017-10-07 11:32:36 +01:00
parent 86e9de588c
commit c413613416
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 2 deletions

View File

@ -289,8 +289,7 @@ namespace cryptonote
return false;
}
if(!m_template_no)
request_block_template();//lets update block template
request_block_template();//lets update block template
boost::interprocess::ipcdetail::atomic_write32(&m_stop, 0);
boost::interprocess::ipcdetail::atomic_write32(&m_thread_index, 0);