From: Chris Duncan Date: Fri, 22 May 2026 19:37:11 +0000 (-0700) Subject: Clear pow cache prior to self-check. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=9a34c4f375b4536ec0ab49f0e64c48f25da1fcf6;p=nano-pow.git Clear pow cache prior to self-check. --- diff --git a/test/index.html b/test/index.html index 49b92d8..d3ef3bb 100644 --- a/test/index.html +++ b/test/index.html @@ -76,6 +76,7 @@ SPDX-License-Identifier: GPL-3.0-or-later const type = api api = type.toLowerCase() if (isSelfCheck) { + Cache.clear() document.getElementById('status').innerHTML = `RUNNING SELF-CHECK` console.log(`%cNanoPow`, 'color:green', 'Checking validation against known values')