diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index b01b9b6f3..df5c45a21 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -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;