diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index e80df51aa..23804b103 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -70,7 +70,8 @@ angular.module('copayApp.services') root.updateTxsAndBalance = _.debounce(function(w) { root.updateTxs({ - wallet: w + wallet: w, + pending: true, }); root.updateBalance(w, function() { $rootScope.$digest();