Enable buy Amazon gift cards for shared wallet with single signature
This commit is contained in:
parent
099f771faf
commit
cdc4172224
2 changed files with 7 additions and 1 deletions
|
|
@ -765,6 +765,12 @@ angular.module('copayApp.services')
|
|||
});
|
||||
}
|
||||
|
||||
if (opts.m) {
|
||||
ret = lodash.filter(ret, function(w) {
|
||||
return (w.credentials.m == opts.m);
|
||||
});
|
||||
}
|
||||
|
||||
if (opts.onlyComplete) {
|
||||
ret = lodash.filter(ret, function(w) {
|
||||
return w.isComplete();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue