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

Fix linting and guarantees set TOS hash.

This commit is contained in:
Kevin Serrano 2016-10-07 01:54:12 -07:00
parent e4f2cd2e09
commit 21d1959435
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -26,6 +26,7 @@ module.exports = class MetamaskController {
this.configManager.setCurrentFiat(currentFiat)
this.configManager.updateConversionRate()
var currentHash = this.configManager.getTOSHash() || 0
this.configManager.setTOSHash(currentHash)
this.scheduleConversionInterval()
}