1
0
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:
Dan Finlay 2017-02-15 16:25:47 -08:00
parent 6d103dc1e7
commit 48ab446436

View File

@ -169,6 +169,7 @@ class KeyringController extends EventEmitter {
.then(() => this.persistAllKeyrings())
.then(() => this.fullUpdate())
.then(() => {
this._updateMemStoreKeyrings()
return keyring
})
}