mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-03-12 07:56:40 +00:00
remove rx_set code
This commit is contained in:
parent
140a5e430a
commit
c1488d7896
@ -635,13 +635,6 @@ namespace cryptonote
|
|||||||
}
|
}
|
||||||
|
|
||||||
crypto::hash h;
|
crypto::hash h;
|
||||||
|
|
||||||
if ((b.major_version >= RX_BLOCK_VERSION) && !rx_set)
|
|
||||||
{
|
|
||||||
crypto::rx_set_miner_thread(th_local_index, tools::get_max_concurrency());
|
|
||||||
rx_set = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
m_gbh(b, height, NULL, tools::get_max_concurrency(), h);
|
m_gbh(b, height, NULL, tools::get_max_concurrency(), h);
|
||||||
|
|
||||||
if(check_hash(h, local_diff))
|
if(check_hash(h, local_diff))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user