fix delete wallet
This commit is contained in:
parent
47ae3fcb19
commit
e3107c85ac
3 changed files with 3 additions and 5 deletions
|
|
@ -518,7 +518,6 @@ Identity.prototype.listWallets = function() {
|
|||
*/
|
||||
Identity.prototype.deleteWallet = function(walletId, cb) {
|
||||
var self = this;
|
||||
|
||||
Identity._walletDelete(walletId, this.storage, function(err) {
|
||||
if (err) return cb(err);
|
||||
self.profile.deleteWallet(walletId, function(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue