mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Return updated state after restoring vault
This commit is contained in:
parent
9fbf40e702
commit
1c69edff45
@ -57,7 +57,7 @@ IdentityStore.prototype.recoverFromSeed = function(password, seed, cb){
|
||||
|
||||
this._loadIdentities()
|
||||
this._didUpdate()
|
||||
cb()
|
||||
cb(null, this.getState())
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user