mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
keyring controller - update memStore after restoreKeyring
This commit is contained in:
parent
3bd23564fb
commit
943bcec0d7
@ -424,6 +424,7 @@ class KeyringController extends EventEmitter {
|
||||
})
|
||||
.then(() => {
|
||||
this.keyrings.push(keyring)
|
||||
this._updateMemStoreKeyrings()
|
||||
return keyring
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user