From aa49ba94684c67218000ce8bcbca088578484556 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Fri, 31 Oct 2014 11:14:09 -0300 Subject: [PATCH] updating only pending txs --- js/services/controllerUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();