fix delete wallet

This commit is contained in:
Ivan Socolsky 2014-10-15 15:54:17 -03:00 committed by Matias Alejo Garcia
commit e3107c85ac
3 changed files with 3 additions and 5 deletions

View file

@ -86,7 +86,6 @@ Profile.prototype.deleteWallet = function(walletId, cb) {
return cb(new Error('WNOEXIST: Wallet not on profile '));
delete this.walletInfos[walletId];
this.store({
overwrite: true
}, cb);