fix update tx history
This commit is contained in:
parent
7d3b31dc0a
commit
2782832fb2
1 changed files with 3 additions and 0 deletions
|
|
@ -829,6 +829,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
}
|
||||
|
||||
self.updateHistory = function() {
|
||||
var fc = profileService.focusedClient;
|
||||
if (!fc.isComplete()) return;
|
||||
|
||||
$log.debug('Updating Transaction History');
|
||||
self.txHistoryError = false;
|
||||
self.updatingTxHistory = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue