allow amazon gift card for multisig wallets

This commit is contained in:
Gabriel Bazán 2016-12-12 13:01:28 -03:00
commit f7678f8d39
2 changed files with 5 additions and 4 deletions

View file

@ -55,8 +55,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
function setwallets() {
$scope.wallets = profileService.getWallets({
onlyComplete: true,
network: $scope.network,
m: $scope.isGiftCard ? 1 : null
network: $scope.network
});
if (!$scope.wallets || !$scope.wallets.length) {