This commit is contained in:
jl777
2017-03-25 18:32:22 +02:00
parent 8b51b9e489
commit a85440acf8

View File

@@ -706,7 +706,7 @@ void static BitcoinMiner(CWallet *pwallet)
if ( gpucount > j/3 )
{
int32_t delta;
i = ((height + notaryid) % 64);
i = ((Mining_height + notaryid) % 64);
delta = sqrt((double)(gpucount - j/3) / 2);
roundrobin_delay -= delta;
roundrobin_delay += (delta * i) / 64;