fix delete wallet
This commit is contained in:
parent
47ae3fcb19
commit
e3107c85ac
3 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue