updating only pending txs
This commit is contained in:
parent
3e6408e58c
commit
aa49ba9468
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue