txps refresh WIP
This commit is contained in:
parent
db0cdec49e
commit
ac68106cbf
6 changed files with 20 additions and 11 deletions
|
|
@ -70,13 +70,14 @@ angular.module('copayApp.services')
|
|||
notificationService.newBWCNotification(n,
|
||||
walletId, wallet.credentials.walletName);
|
||||
|
||||
$rootScope.$emit('bwsEvent', wallet.id, n.type, n);
|
||||
|
||||
if (wallet.cacheStatus)
|
||||
wallet.cacheStatus.isValid = false;
|
||||
|
||||
if (wallet.completeHistory)
|
||||
wallet.completeHistory.isValid = false;
|
||||
|
||||
$rootScope.$emit('bwsEvent', wallet.id, n.type, n);
|
||||
});
|
||||
|
||||
wallet.on('walletCompleted', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue