Skip to content

Commit 71da57d

Browse files
committed
Didn't think through hiding of pools correctly.
Zero's out eligius incorrectly. Removing it for now
1 parent 6a3d273 commit 71da57d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

bitHopper/templates/stats.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,6 @@
435435
if( !showInfoPools && row_role == "info" ){
436436
continue; //Skip info pools
437437
}
438-
439-
var intRepresentationOfShares = row['shares']
440-
if(intRepresentationOfShares > 50000000) {
441-
continue;
442-
}
443438
}
444439

445440
html += "<tr id=\"row_" + i + "\">";

0 commit comments

Comments
 (0)