Update: Removes usage of cacheBalance and directly call getLastKnownBalance to avoid potential async issues

This commit is contained in:
Sam Cheng Hung 2018-04-11 12:04:02 +08:00
commit f2ad6abe75
4 changed files with 29 additions and 17 deletions

View file

@ -1315,7 +1315,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
$timeout(function() {
emailService.init(); // Update email subscription if necessary
openURLService.init();
profileService.initBitcoinCoreDisplay();
}, 1000);
});
});