Merge xmrig v6.3.4 sources

This commit is contained in:
MoneroOcean 2020-09-23 01:05:58 +00:00
parent 78c018a2d6
commit 9514cfd7fd

View file

@ -678,7 +678,7 @@ extern "C" {
case xmrig::Algorithm::RX_XLA: rx_yespower_k12(tempHash, sizeof(tempHash), nextInput, nextInputSize); break;
default: rx_blake2b_wrapper::run(tempHash, sizeof(tempHash), nextInput, nextInputSize);
}
machine->hashAndFill(output, RANDOMX_HASH_SIZE, tempHash);
machine->hashAndFill(output, tempHash);
}
}