mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2597
c4136134
miner: always update block template when starting (moneromooo-monero)
This commit is contained in:
commit
e50bf5f811
1 changed files with 1 additions and 2 deletions
|
@ -291,7 +291,6 @@ namespace cryptonote
|
|||
return false;
|
||||
}
|
||||
|
||||
if(!m_template_no)
|
||||
request_block_template();//lets update block template
|
||||
|
||||
boost::interprocess::ipcdetail::atomic_write32(&m_stop, 0);
|
||||
|
|
Loading…
Reference in a new issue