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:
parent
0abb42cbb8
commit
085abb79cf
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user