From 2f3f3b7a6e0a4e6b5abf12b6b90551f3f8f73805 Mon Sep 17 00:00:00 2001 From: wowario Date: Sun, 1 Oct 2023 20:00:01 +0300 Subject: [PATCH] remove rx_set code --- src/cryptonote_basic/miner.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/cryptonote_basic/miner.cpp b/src/cryptonote_basic/miner.cpp index 1706f3d16..83bea8b5b 100644 --- a/src/cryptonote_basic/miner.cpp +++ b/src/cryptonote_basic/miner.cpp @@ -635,13 +635,6 @@ namespace cryptonote } 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); if(check_hash(h, local_diff))