From ee813a112664c0a2a47dc75fc589fe617678152f Mon Sep 17 00:00:00 2001 From: Beaudan Campbell-Brown Date: Thu, 11 Apr 2019 13:04:44 +1000 Subject: [PATCH] Update libloki/proof-of-work.js --- libloki/proof-of-work.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libloki/proof-of-work.js b/libloki/proof-of-work.js index 5be655485..039e2395d 100644 --- a/libloki/proof-of-work.js +++ b/libloki/proof-of-work.js @@ -76,7 +76,6 @@ const pow = { const nonceTrials = _nonceTrials || (development ? DEV_NONCE_TRIALS : PROD_NONCE_TRIALS); - // ttl always calculated from hour values, so this floor is redundant const target = pow.calcTarget(ttl, payload.length, nonceTrials); let nonce = new Uint8Array(NONCE_LEN);