verify checksum on actions that store the profile

This commit is contained in:
Ivan Socolsky 2014-12-30 15:49:19 -03:00
commit f2cda099f9
2 changed files with 84 additions and 73 deletions

View file

@ -72,7 +72,7 @@ BackupService.prototype.walletDownload = function(wallet) {
};
BackupService.prototype.profileEncrypted = function(iden) {
iden.setBackupDone();
iden.setBackupNeeded(false);
return iden.exportEncryptedWithWalletInfo(iden.password);
}