1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

remove duplicate controller.

This commit is contained in:
Kevin Serrano 2016-12-16 11:24:05 -08:00
parent 0abb42cbb8
commit 085abb79cf
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -21,9 +21,6 @@ module.exports = class MetamaskController {
this.noticeController = new NoticeController({ this.noticeController = new NoticeController({
configManager: this.configManager, configManager: this.configManager,
}) })
this.noticeController = new NoticeController({
configManager: this.configManager,
})
this.provider = this.initializeProvider(opts) this.provider = this.initializeProvider(opts)
this.ethStore = new EthStore(this.provider) this.ethStore = new EthStore(this.provider)
this.idStore.setStore(this.ethStore) this.idStore.setStore(this.ethStore)