aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge.html b/challenge.html
index 03c5988..c2f1762 100644
--- a/challenge.html
+++ b/challenge.html
@@ -24,7 +24,7 @@
</section>
<section>
- <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>
+ <p>Find an nonce that, when appended to the following data (after base64 decoding it), results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p>
<pre id="identifier">{{ .Identifier }}</pre>
</section>