diff --git a/app/scripts/keyring-controller.js b/app/scripts/keyring-controller.js index 348f81fc9..b30161003 100644 --- a/app/scripts/keyring-controller.js +++ b/app/scripts/keyring-controller.js @@ -169,6 +169,7 @@ class KeyringController extends EventEmitter { .then(() => this.persistAllKeyrings()) .then(() => this.fullUpdate()) .then(() => { + this._updateMemStoreKeyrings() return keyring }) } @@ -424,6 +425,7 @@ class KeyringController extends EventEmitter { }) .then(() => { this.keyrings.push(keyring) + this._updateMemStoreKeyrings() return keyring }) }