From 9a34c4f375b4536ec0ab49f0e64c48f25da1fcf6 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 22 May 2026 12:37:11 -0700 Subject: [PATCH] Clear pow cache prior to self-check. --- test/index.html | 1 + 1 file changed, 1 insertion(+) 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') -- 2.52.0