fix scanning status
This commit is contained in:
parent
8c3397e698
commit
1ac368c67d
4 changed files with 21 additions and 13 deletions
|
|
@ -224,7 +224,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
wallet.error = null;
|
||||
wallet.status = status;
|
||||
|
||||
wallet.updating = status && status.wallet && status.wallet.scanStatus == 'running';
|
||||
// TODO service refactor? not in profile service
|
||||
profileService.setLastKnownBalance(wallet.id, wallet.status.totalBalanceStr, function() {});
|
||||
}
|
||||
|
|
@ -243,7 +242,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
return;
|
||||
}
|
||||
wallet.status = status;
|
||||
wallet.updating = status && status.wallet && status.wallet.scanStatus == 'running';
|
||||
updateTxps();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue