fixed a typo left behind in the previous commit

This commit is contained in:
OutCast3k 2014-12-05 21:30:21 +00:00
parent ccee67298d
commit eac2a5c9ee

View file

@ -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();