This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-30 19:16:37 -03:00 committed by Matias Alejo Garcia
parent 022de7d2b5
commit e3a0ff926d
1 changed files with 1 additions and 1 deletions

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) {