feature/default_network_editable
Frances Pangilinan 8 years ago
parent 6f7c23fd28
commit 9e1c90eafc
  1. 2
      app/scripts/metamask-controller.js

@ -64,7 +64,7 @@ module.exports = class MetamaskController {
this.ethStore.getState(),
this.configManager.getConfig(),
this.keyringController.getState(),
this.txManager.getState()
this.txManager.getState(),
this.noticeController.getState()
)
}

Loading…
Cancel
Save