diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index ba0c9d2d6..edbb9129b 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -38,7 +38,6 @@ angular.module('copayApp.services') if (msg) { notification.error('Error', msg); } - $rootScope.$digest(); }; root.installStartupHandlers = function(wallet, $scope) {