Fix users hashrate in Admin panel

pull/3/head
fancoder 2014-08-12 16:27:02 +04:00
parent 62731f7d7c
commit 2954727f04
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@
}
function getReadableHashRateString(hashrate) {
hashrate = hashrate || 0;
var i = 0;
var byteUnits = [' H', ' KH', ' MH', ' GH', ' TH', ' PH' ];
while(hashrate > 1024) {