updating only pending txs

This commit is contained in:
Ivan Socolsky 2014-10-31 11:14:09 -03:00
commit aa49ba9468

View file

@ -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();