feature/default_network_editable
brunobar79 6 years ago
parent e2fa3ba415
commit 5ebefc0e50
  1. 2
      app/scripts/controllers/detect-tokens.js
  2. 2
      app/scripts/metamask-controller.js

@ -117,7 +117,7 @@ class DetectTokensController {
} }
}) })
} }
/** /**
* Internal isActive state * Internal isActive state
* @type {Object} * @type {Object}

@ -1436,7 +1436,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 and auto detect tokens,
* which should only be fetched when the UI is visible. * which should only be fetched when the UI is visible.
* @private * @private
* @param {boolean} active - True if price data should be getting fetched. * @param {boolean} active - True if price data should be getting fetched.

Loading…
Cancel
Save