This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-30 19:16:37 -03:00 committed by Matias Alejo Garcia
commit e3a0ff926d

View file

@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun
$scope.wallets = [];
$rootScope.title = 'Payment intent';
$scope.wallets = $rootScope.iden.listAllWallets();
$scope.wallets = $rootScope.iden.listWallets();
var l = $scope.wallet.length;
_.each($scope.wallets, function(w, i) {