Fixes input amount from Glidera/Amazon views

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-19 10:20:01 -03:00
commit fd0edaffb2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 11 additions and 12 deletions

View file

@ -139,7 +139,6 @@ angular.module('copayApp.controllers').controller('buyGlideraController',
$scope.wallets = profileService.getWallets({
network: $scope.network,
n: 1,
onlyComplete: true
});
});