adjust to upstream rx change

This commit is contained in:
Jethro Grassie 2019-09-03 22:29:44 -04:00
parent c24a3ba3c8
commit b127df87b2
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}