verify checksum on actions that store the profile
This commit is contained in:
parent
1021cbc4fa
commit
f2cda099f9
2 changed files with 84 additions and 73 deletions
|
|
@ -72,7 +72,7 @@ BackupService.prototype.walletDownload = function(wallet) {
|
|||
};
|
||||
|
||||
BackupService.prototype.profileEncrypted = function(iden) {
|
||||
iden.setBackupDone();
|
||||
iden.setBackupNeeded(false);
|
||||
return iden.exportEncryptedWithWalletInfo(iden.password);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue