fix set config
This commit is contained in:
parent
fb588117b1
commit
7d5ed4595c
5 changed files with 16 additions and 17 deletions
|
|
@ -184,7 +184,8 @@ angular.module('copayApp.services')
|
|||
|
||||
w.on('ready', function() {
|
||||
var isFocused = root.isFocused(wid);
|
||||
copay.logger.debug('Wallet:' + w.getName() + ' is ready. Focused:', isFocused);
|
||||
copay.logger.debug('Wallet:' + w.getName() +
|
||||
' is ready. Focused:', isFocused);
|
||||
|
||||
balanceService.update(w, function() {
|
||||
$rootScope.$digest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue