diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-02 20:00:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 20:00:07 -0400 |
| commit | b3848e7a4171642e5813a372675b17df45befa46 (patch) | |
| tree | a7a0efc6263c4af705a2f36556374d66387856ee /web/js/proof-of-work.mjs | |
| parent | f9e2a18cf86f4b33766b483694926670a2134ec8 (diff) | |
| parent | 266d8c0cc25f9d93ea7da87eb199bc87e41c653e (diff) | |
| download | anubis-Xe/imessage-scraper-bypass.tar.xz anubis-Xe/imessage-scraper-bypass.zip | |
Merge branch 'main' into Xe/imessage-scraper-bypassXe/imessage-scraper-bypass
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/js/proof-of-work.mjs')
| -rw-r--r-- | web/js/proof-of-work.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/proof-of-work.mjs b/web/js/proof-of-work.mjs index a04f5ca..5ef3a8a 100644 --- a/web/js/proof-of-work.mjs +++ b/web/js/proof-of-work.mjs @@ -106,7 +106,7 @@ function processTask() { const oldNonce = nonce; nonce += threads; - // send a progess update every 1024 iterations. since each thread checks + // send a progress update every 1024 iterations. since each thread checks // separate values, one simple way to do this is by bit masking the // nonce for multiples of 1024. unfortunately, if the number of threads // is not prime, only some of the threads will be sending the status |
