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:
parent
86e9de588c
commit
c413613416
|
@ -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…
Reference in New Issue