Add todo to dedupe UI tracking in background

feature/default_network_editable
Dan Finlay 6 years ago
parent a2654108be
commit bf6d624e76
  1. 1
      app/scripts/metamask-controller.js

@ -1444,6 +1444,7 @@ module.exports = class MetamaskController extends EventEmitter {
} }
} }
// TODO: Replace isClientOpen methods with `controllerConnectionChanged` events.
/** /**
* A method for recording whether the MetaMask user interface is open or not. * A method for recording whether the MetaMask user interface is open or not.
* @private * @private

Loading…
Cancel
Save