From 2f8227ff278fd75ef250bb112c0d8bf32c2b8c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 14 Sep 2016 11:00:48 -0300 Subject: [PATCH] 1 of X wallets should not produce proposals --- src/js/services/profileService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index c549afb88..8e0f7c118 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -874,7 +874,7 @@ angular.module('copayApp.services') return !typeFilter1[x.type]; }); - if (wallet.n == 1) { + if (wallet.m == 1) { var n = lodash.filter(n, function(x) { return !typeFilter2[x.type]; });