fix old format migration

This commit is contained in:
Matias Alejo Garcia 2017-01-31 16:59:27 -03:00
commit 776154ffbf
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 24 additions and 7 deletions

View file

@ -209,7 +209,7 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
return cb(err);
}
register();
storageService.removeBitpayDebitCardHistory(cardId, cb);
storageService.removeBalanceCache(cardId, cb);
});
};