fix rendering timeout
This commit is contained in:
parent
232b78ee8c
commit
be1c5e537a
1 changed files with 2 additions and 2 deletions
|
|
@ -843,8 +843,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$timeout(function() {
|
||||
self.historyRendering = false;
|
||||
self.txHistory = self.completeHistory;
|
||||
});
|
||||
});
|
||||
}, 100);
|
||||
}, 100);
|
||||
};
|
||||
|
||||
self.getTxsFromServer = function(client, skip, endingTxid, limit, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue