1
0
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:
Kevin Serrano 2016-08-16 14:28:32 -07:00
parent 7d40f29993
commit d43ac808ff

View File

@ -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()