Merge pull request #2597

c4136134 miner: always update block template when starting (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-10-15 18:47:43 +02:00
commit e50bf5f811
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 2 deletions

View File

@ -291,8 +291,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);