From eac2a5c9ee1fd4909f802548442cb2005e3cd8d5 Mon Sep 17 00:00:00 2001 From: OutCast3k Date: Fri, 5 Dec 2014 21:30:21 +0000 Subject: [PATCH] fixed a typo left behind in the previous commit --- js/coin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/coin.js b/js/coin.js index ff05d0b..dfe3363 100644 --- a/js/coin.js +++ b/js/coin.js @@ -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();