From: Chris Duncan Date: Sun, 26 Jul 2026 05:51:25 +0000 (-0700) Subject: Fix self check. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4d7ba3cbb414a9c61b069424fb1f0771d92ddd45;p=nano-pow.git Fix self check. --- diff --git a/index.html b/index.html index ee053a2..0326357 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ SPDX-License-Identifier: GPL-3.0-or-later * @param {number} effort */ async function sequenceGenerateValidate (api, difficulty, effort) { - let start = end = duration = 0, result = null, check = false + let start = 0, end = 0, duration = 0, result = null, check = false const options = { api, difficulty, effort, debug: true } const hash = random()