fixed support for XMRIG mining RandomX; updated genesis_tx for testnet to support RandomX; bumped version

This commit is contained in:
Some Random Crypto Guy
2024-06-28 13:32:01 +01:00
parent 7ad904a9ae
commit 0663a5ead7
8 changed files with 17 additions and 45 deletions
@@ -1795,6 +1795,7 @@ namespace cryptonote
CHECK_AND_ASSERT_MES(r, false, "Failed to parse block from blob");
b.invalidate_hashes();
b.miner_tx.invalidate_hashes();
b.protocol_tx.invalidate_hashes();
if (block_hash)
{
calculate_block_hash(b, *block_hash, &b_blob);