1 of X wallets should not produce proposals
This commit is contained in:
parent
3424894a11
commit
2f8227ff27
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue