Limit to wallet n-1
This commit is contained in:
parent
e7de57f630
commit
52308e48be
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
var wallets = profileService.getWallets({
|
var wallets = profileService.getWallets({
|
||||||
onlyComplete: true,
|
onlyComplete: true,
|
||||||
network: networkName,
|
network: networkName,
|
||||||
|
n: $scope.buyAmazon ? true : false
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!wallets || !wallets.length) {
|
if (!wallets || !wallets.length) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue