mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Merge pull request #76 from MetaMask/ReturnStateToRestore
Return updated state after restoring vault
This commit is contained in:
commit
35b0b11e06
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "__MSG_appName__",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"manifest_version": 2,
|
||||
"description": "__MSG_appDescription__",
|
||||
"icons": {
|
||||
|
@ -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