From f046620bfb37385681f48d861d1f47de50e5f9fc Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Mar 2025 13:51:38 +0800 Subject: Add iteration count to "found" message --- tmpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpl.go') diff --git a/tmpl.go b/tmpl.go index 484b2a5..0ddce61 100644 --- a/tmpl.go +++ b/tmpl.go @@ -260,7 +260,7 @@ for the JavaScript code in this page. let nonce_str = String.fromCharCode(...new Uint8Array(buf)); field.value = btoa(nonce_str); - status_el.textContent = "A solution has been found automatically."; + status_el.textContent = "A solution has been found automatically in " + nonce + " iterations."; return; } -- cgit v1.2.3