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
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue