aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 04:34:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 04:34:57 +0800
commit375ca15f8c4f27c35c82de5410d601bd8d8655bd (patch)
treebb629c10f337d80bb3d533b8331cd457910c3de7 /main.go
parentAdd solver python script (diff)
downloadpowxy-375ca15f8c4f27c35c82de5410d601bd8d8655bd.tar.gz
powxy-375ca15f8c4f27c35c82de5410d601bd8d8655bd.tar.zst
powxy-375ca15f8c4f27c35c82de5410d601bd8d8655bd.zip
Fix error message
Diffstat (limited to '')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1301904..be95865 100644
--- a/main.go
+++ b/main.go
@@ -148,7 +148,7 @@ func main() {
h.Write(nonce)
ck := h.Sum(nil)
if !validateBitZeros(ck, difficulty) {
- authPage("Your submission was incorrect.")
+ authPage("Your submission was incorrect, or your session has expired while submitting.")
return
}