mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add memstore update after adding new keyring
This commit is contained in:
parent
6d103dc1e7
commit
48ab446436
@ -169,6 +169,7 @@ class KeyringController extends EventEmitter {
|
||||
.then(() => this.persistAllKeyrings())
|
||||
.then(() => this.fullUpdate())
|
||||
.then(() => {
|
||||
this._updateMemStoreKeyrings()
|
||||
return keyring
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user