allow amazon gift card for multisig wallets
This commit is contained in:
parent
878a512bc2
commit
f7678f8d39
2 changed files with 5 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue