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