Skip to content

Commit

Permalink
Update stats.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ROZ-MOFUMOFU-ME authored Apr 20, 2024
1 parent dd98e76 commit 1c6e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
id="statsNetworkSols{{=pool}}">{{=it.stats.pools[pool].poolStats.networkSolsString}}</span>
</div>
<div><i class="fas fa-unlock fa-fw"></i> <small>Difficulty:</small> <span
id="statsNetworkDiff{{=pool}}">{{=it.stats.pools[pool].poolStats.networkDiff}}</span></div>
id="statsNetworkDiff{{=pool}}">{{=(parseFloat(it.stats.pools[pool].poolStats.networkDiff)).toFixed(8)}}</span></div>
<div><i class="fas fa-signal fa-fw"></i> <small>Node Connections:</small> <span
id="statsNetworkConnections{{=pool}}">{{=it.stats.pools[pool].poolStats.networkConnections}}</span>
</div>
Expand Down

0 comments on commit 1c6e934

Please sign in to comment.