updating only pending txs

This commit is contained in:
Ivan Socolsky 2014-10-31 11:14:09 -03:00
parent 3e6408e58c
commit aa49ba9468
1 changed files with 2 additions and 1 deletions

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