diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-24 21:07:10 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-24 21:07:10 +0800 |
commit | 9ba139d05de7150b304fdbe6c7f812a9ef89d458 (patch) | |
tree | 6b4155264c74d078287b67a56ee65cbf54551c72 | |
parent | Rephrase challenge text (diff) | |
download | powxy-9ba139d05de7150b304fdbe6c7f812a9ef89d458.tar.gz powxy-9ba139d05de7150b304fdbe6c7f812a9ef89d458.tar.zst powxy-9ba139d05de7150b304fdbe6c7f812a9ef89d458.zip |
Fix wording in challenge again
-rw-r--r-- | challenge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge.html b/challenge.html index f94d710..73f25a3 100644 --- a/challenge.html +++ b/challenge.html @@ -56,7 +56,7 @@ </section> <section> - <p>Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with {{ .Global.NeedBits }} zero bits.</p> + <p>Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p> <pre id="identifier">{{ .Identifier }}</pre> </section> |