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]; });