Skip to content

Commit

Permalink
add pubkey logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 18, 2024
1 parent 01ef304 commit c6f3e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ mineButton.addEventListener('click', () => {
if (isMining) return;
halt = false

console.log('mining as:', pubkey)

resetBestPow();
minersBestPowOutput.style.display = 'block';
overallBestPowOutput.style.display = 'block';
Expand Down

0 comments on commit c6f3e5f

Please sign in to comment.