Skip to content

Commit 0417b84

Browse files
kevin070982Command
authored andcommitted
Update miner.js (#23)
changes for web layout
1 parent c91ef50 commit 0417b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/js/miner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ xhr.onload = function () {
3030
console.log(miner.agents[agent].realtime_hashrate);
3131
document.getElementById("totalAHS").innerText = (average_hashrate / 1000) + " kh/s";
3232
document.getElementById("totalRHS").innerText = (realtime_hashrate / 1000) + " kh/s";
33+
document.getElementById("lastshare").innerText = miner.lastShare;
3334
}
3435
} else {
3536
console.log(xhr.response)

0 commit comments

Comments
 (0)