diff options
author | Esteban MIno <efmino@uc.cl> | 2018-07-31 08:44:22 +0800 |
---|---|---|
committer | Esteban MIno <efmino@uc.cl> | 2018-07-31 08:44:22 +0800 |
commit | 22cf5a1391be5babae1a05bfb7b3dcde7110e286 (patch) | |
tree | b0636d38f6818cf24144780a401118fba0abbe11 /app/scripts | |
parent | 822c1734d6e3cb9a60306c1b89617c1013627f57 (diff) | |
download | dexon-wallet-22cf5a1391be5babae1a05bfb7b3dcde7110e286.tar.gz dexon-wallet-22cf5a1391be5babae1a05bfb7b3dcde7110e286.tar.zst dexon-wallet-22cf5a1391be5babae1a05bfb7b3dcde7110e286.zip |
improve comments
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/metamask-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js index df84bcba..db323e3f 100644 --- a/app/scripts/metamask-controller.js +++ b/app/scripts/metamask-controller.js @@ -1437,7 +1437,7 @@ module.exports = class MetamaskController extends EventEmitter { } /** - * A method for activating the retrieval of price data and auto detect tokens, + * A method for activating the retrieval of price data, * which should only be fetched when the UI is visible. * @private * @param {boolean} active - True if price data should be getting fetched. |