diff --git a/app/scripts/lib/idStore.js b/app/scripts/lib/idStore.js index 4160466e1..d33a67387 100644 --- a/app/scripts/lib/idStore.js +++ b/app/scripts/lib/idStore.js @@ -449,6 +449,7 @@ IdentityStore.prototype.tryPassword = function (password, cb) { const isCorrect = keyStore.isDerivedKeyCorrect(pwDerivedKey) if (!isCorrect) return cb(new Error('Lightwallet - password incorrect')) + this._keyStore = keyStore this._createIdMgmt(pwDerivedKey) cb() })