1
0
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:
kumavis 2017-02-15 16:04:40 -08:00 committed by GitHub
parent 3bd23564fb
commit 943bcec0d7

View File

@ -424,6 +424,7 @@ class KeyringController extends EventEmitter {
})
.then(() => {
this.keyrings.push(keyring)
this._updateMemStoreKeyrings()
return keyring
})
}