miner: always update block template when starting

This fixes using the previous address when starting mining,
then stopping and restarting with a different address
pull/95/head
moneromooo-monero 7 years ago
parent 86e9de588c
commit c413613416
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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);

Loading…
Cancel
Save