1
0
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:
Dan Finlay 2016-03-28 12:35:18 -07:00
parent 9fbf40e702
commit 1c69edff45

View File

@ -57,7 +57,7 @@ IdentityStore.prototype.recoverFromSeed = function(password, seed, cb){
this._loadIdentities()
this._didUpdate()
cb()
cb(null, this.getState())
})
}