From eb4731715fdb3bd095607da400aae56c4d6becef Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Mon, 14 Apr 2014 18:16:16 -0300 Subject: [PATCH] tiny fix --- js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index b7619cf05..128562a87 100644 --- a/js/config.js +++ b/js/config.js @@ -6,7 +6,7 @@ var config = { p2pDebug: 3, maxPeers: 5, requiredCopayers: 2, - totalCopayers: 3 + totalCopayers: 3, insight: { host: 'localhost', port: 3001