mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +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.idStore.setStore(this.ethStore)
|
||||
this.messageManager = messageManager
|
||||
this.publicConfigStore = this.initPublicConfigStore
|
||||
this.publicConfigStore = this.initPublicConfigStore()
|
||||
this.configManager.setCurrentFiat('USD')
|
||||
this.configManager.updateConversionRate()
|
||||
this.scheduleConversionInterval()
|
||||
|
Loading…
Reference in New Issue
Block a user