#97 Ignore keepalive option with minergate and nicehash.com
This commit is contained in:
parent
af51513614
commit
914fdd5f0a
4 changed files with 25 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue