mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix keystore reference
This commit is contained in:
parent
e0e38b879f
commit
4a47f26e8c
@ -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()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user