Skip to content

Commit

Permalink
Update version number from 3.3 to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-256 committed Jan 26, 2022
1 parent 5dfa632 commit 4bf3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ onmessage = (event) => { // Execute on message from the main script
// Print the hashrate in the console
console.log(`CPU${workerVer}: The hashrate is ${hashrate} H/s. Sending the result back to the server...`);
// Send the result back to the server
socket.send(`${result},${hashrate},Duino-JS v3.3 by sys-256,${rigid}`);
socket.send(`${result},${hashrate},Duino-JS v3.4 by sys-256,${rigid}`);
// Break the script so it stops calculating the other possible hashes
break;
}
Expand Down

0 comments on commit 4bf3609

Please sign in to comment.