diff --git a/src/crypto/randomx/randomx.cpp b/src/crypto/randomx/randomx.cpp index cfe1fc79..b0727fee 100644 --- a/src/crypto/randomx/randomx.cpp +++ b/src/crypto/randomx/randomx.cpp @@ -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); } }