diff --git a/js/controllers/paymentIntent.js b/js/controllers/paymentIntent.js index d5e07f0d9..73021c785 100644 --- a/js/controllers/paymentIntent.js +++ b/js/controllers/paymentIntent.js @@ -26,7 +26,7 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun $scope.wallets = ret; $scope.loading = false; $scope.$digest(); - }, 1); + }, 1000); }; if ($rootScope.iden) { var iden = $rootScope.iden;