fixed a typo left behind in the previous commit
This commit is contained in:
parent
ccee67298d
commit
eac2a5c9ee
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue