mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
#97 Ignore keepalive option with minergate and nicehash.com
This commit is contained in:
@@ -57,7 +57,7 @@ static inline double normalize(double d)
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
return std::floor(d * 10.0) / 10.0;
|
||||
return std::floor(d * 100.0) / 100.0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user