We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffd7c7 commit 9f6abbfCopy full SHA for 9f6abbf
src/MiningRigRentals.js
@@ -1090,8 +1090,7 @@ class MiningRigRentals {
1090
* @returns {number} - the current UNIX time + the previous Nonce
1091
*/
1092
generateNonce() {
1093
- this.prevNonce += 1;
1094
- return this.prevNonce
+ return Date.now()
1095
};
1096
1097
/* ----------------- Utilities ----------------- */
0 commit comments