mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
adjust to upstream rx change
This commit is contained in:
parent
c24a3ba3c8
commit
b127df87b2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void get_rx_hash(const unsigned char *input, const size_t in_size,
|
|||
#ifdef HAVE_RX
|
||||
static unsigned max_concurrency = tools::get_max_concurrency();
|
||||
uint64_t seed_height;
|
||||
if (rx_needhash(height, &seed_height))
|
||||
if (rx_needhash(height, &seed_height, max_concurrency))
|
||||
{
|
||||
rx_seedhash(seed_height, (const char*)seed_hash, max_concurrency);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue