mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
fixed a typo left behind in the previous commit
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@
|
||||
x += window.history.length;
|
||||
x += coinjs.random(64);
|
||||
x += navigator.userAgent;
|
||||
x += 'coinb.in'
|
||||
x += 'coinb.in';
|
||||
x += (Crypto.util.randomBytes(64)).join("");
|
||||
x += x.length;
|
||||
var dateObj = new Date();
|
||||
|
||||
Reference in New Issue
Block a user