diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index fdcb03e07..74ddbb9dc 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -70,7 +70,7 @@ angular.module('copay.transactions').controller('TransactionsController', if (p.builder.isFullySigned()) { $scope.send(ntxid); _updateTxs(); - $rootScope.$digest(); +// $rootScope.$digest(); } else { _updateTxs(); @@ -98,7 +98,7 @@ angular.module('copay.transactions').controller('TransactionsController', w.reject(ntxid); $rootScope.flashMessage = {type:'warning', message: 'Transaction rejected by you'}; _updateTxs(); - $rootScope.$digest(); +// $rootScope.$digest(); }; _updateTxs();