From e3a0ff926d25df441e48fcbf331b0161181d6186 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 30 Nov 2014 19:16:37 -0300 Subject: [PATCH] . --- js/controllers/paymentIntent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers/paymentIntent.js b/js/controllers/paymentIntent.js index c34a867c6..2fe6f71c1 100644 --- a/js/controllers/paymentIntent.js +++ b/js/controllers/paymentIntent.js @@ -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) {