Skip to content

Commit

Permalink
It also said 'Miners' where it should've said 'Workers' in the other …
Browse files Browse the repository at this point in the history
…of the boxes. :-D
  • Loading branch information
BloodyNora authored Dec 9, 2019
1 parent e5ad8f0 commit 5d90dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{{ for(var pool in it.stats.pools) { }}
<div>
<div><i class="fa fa-dot-circle-o"></i>{{=pool}}</div>
<div><i class="fa fa-users"></i><span id="statsMiners{{=pool}}">{{=it.stats.pools[pool].workerCount}}</span> Miners</div>
<div><i class="fa fa-users"></i><span id="statsMiners{{=pool}}">{{=it.stats.pools[pool].workerCount}}</span> Workers</div>
<div><i class="fa fa-tachometer"></i><span id="statsHashrate{{=pool}}">{{=it.stats.pools[pool].hashrateString}}</span></div>
</div>
{{ } }}
Expand Down

0 comments on commit 5d90dea

Please sign in to comment.