From: Chris Duncan Date: Fri, 22 May 2026 21:08:18 +0000 (-0700) Subject: Fix scoring execution call. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=1d0ac04e17e0ed3d5146374ba4c873056a7a43f1;p=nano-pow.git Fix scoring execution call. --- diff --git a/test/index.html b/test/index.html index 6c87177..92d400d 100644 --- a/test/index.html +++ b/test/index.html @@ -202,7 +202,7 @@ SPDX-License-Identifier: GPL-3.0-or-later let times document.getElementById('status').innerHTML = `SCORING IN PROGRESS. THIS WILL TAKE A LONG TIME. ${i}/${runs} 0/${size}
` try { - times = await execute(runs, size, difficulty, effort, api) + times = await execute(size, difficulty, effort, api) } catch (err) { document.getElementById('output').innerHTML += `Error: ${err.message}
` console.error(err)