mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Fix uncalled fn.
This commit is contained in:
parent
7d40f29993
commit
d43ac808ff
@ -20,7 +20,7 @@ module.exports = class MetamaskController {
|
|||||||
this.ethStore = new EthStore(this.provider)
|
this.ethStore = new EthStore(this.provider)
|
||||||
this.idStore.setStore(this.ethStore)
|
this.idStore.setStore(this.ethStore)
|
||||||
this.messageManager = messageManager
|
this.messageManager = messageManager
|
||||||
this.publicConfigStore = this.initPublicConfigStore
|
this.publicConfigStore = this.initPublicConfigStore()
|
||||||
this.configManager.setCurrentFiat('USD')
|
this.configManager.setCurrentFiat('USD')
|
||||||
this.configManager.updateConversionRate()
|
this.configManager.updateConversionRate()
|
||||||
this.scheduleConversionInterval()
|
this.scheduleConversionInterval()
|
||||||
|
Loading…
Reference in New Issue
Block a user