Update: Removes usage of cacheBalance and directly call getLastKnownBalance to avoid potential async issues
This commit is contained in:
parent
33d8474fe1
commit
f2ad6abe75
4 changed files with 29 additions and 17 deletions
|
|
@ -84,6 +84,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.$on("$ionicView.enter", function(event, data) {
|
||||
$ionicNavBarDelegate.showBar(true);
|
||||
updateAllWallets();
|
||||
profileService.initBitcoinCoreDisplay();
|
||||
|
||||
addressbookService.list(function(err, ab) {
|
||||
if (err) $log.error(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue