From e4e0b1ebb68c5ad459abb98756fa8612353e28be Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Fri, 5 Dec 2014 16:51:47 -0300 Subject: [PATCH 1/2] changed limit for max copayers to 6 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index eea37cd1e..57f24538d 100644 --- a/config.js +++ b/config.js @@ -8,7 +8,7 @@ var defaultConfig = { // wallet limits limits: { - totalCopayers: 12, + totalCopayers: 6, mPlusN: 100, }, From b034da18bf2b0a918af56105346b4ef8096bf1ce Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Fri, 5 Dec 2014 16:55:57 -0300 Subject: [PATCH 2/2] show wallet list if more than 1 wallet fixes ##1991 --- views/includes/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 2fa52d578..7b1aebbbc 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -22,7 +22,7 @@ -
+