Skip to content

Commit

Permalink
Update miner.js (#23)
Browse files Browse the repository at this point in the history
changes for web layout
  • Loading branch information
kevin070982 authored and Command committed Jan 26, 2020
1 parent c91ef50 commit 0417b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js/miner.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ xhr.onload = function () {
console.log(miner.agents[agent].realtime_hashrate);
document.getElementById("totalAHS").innerText = (average_hashrate / 1000) + " kh/s";
document.getElementById("totalRHS").innerText = (realtime_hashrate / 1000) + " kh/s";
document.getElementById("lastshare").innerText = miner.lastShare;
}
} else {
console.log(xhr.response)
Expand Down

0 comments on commit 0417b84

Please sign in to comment.