aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js
index 63b062076..36e942d80 100644
--- a/app/scripts/background.js
+++ b/app/scripts/background.js
@@ -87,7 +87,7 @@ setupMetamaskMeshMetrics()
*/
/**
- * The data emitted from the MetaMaskController.store EventEmitter, also used to initialize the MetaMaskController.
+ * The data emitted from the MetaMaskController.store EventEmitter, also used to initialize the MetaMaskController. Available in UI on React state as state.metamask.
* @typedef MetaMaskState
* @property {boolean} isInitialized - Whether the first vault has been created.
* @property {boolean} isUnlocked - Whether the vault is currently decrypted and accounts are available for selection.