This commit is contained in:
Matias Alejo Garcia 2016-08-23 10:26:47 -03:00
commit 8bcb332276
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 13 additions and 11 deletions

View file

@ -71,8 +71,9 @@ angular.module('copayApp.services')
walletId, wallet.credentials.walletName);
if (wallet.cacheStatus)
wallet.cacheStatus.isValid = false;
// TODO (put this in wallet ViewModel)
if (wallet.cachedStatus)
wallet.cachedStatus.isValid = false;
if (wallet.completeHistory)
wallet.completeHistory.isValid = false;