mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.12.4.6
This commit is contained in:
@@ -709,8 +709,7 @@ extern int scanhash_scrypt( struct work *work, uint32_t max_nonce,
|
||||
if ( unlikely( valid_hash( hash + i * 8, ptarget ) ) )
|
||||
{
|
||||
pdata[19] = data[i * 20 + 19];
|
||||
test_hash_and_submit( work, hash, mythr );
|
||||
// submit_lane_solution( work, hash, mythr, i );
|
||||
submit_lane_solution( work, hash, mythr, i );
|
||||
}
|
||||
}
|
||||
} while ( likely( ( n < ( max_nonce - throughput ) ) && !(*restart) ) );
|
||||
|
Reference in New Issue
Block a user