mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix retention of terms of service hash across reloads of plugin.
This commit is contained in:
parent
7c5ebb6a53
commit
e4f2cd2e09
@ -25,7 +25,7 @@ module.exports = class MetamaskController {
|
||||
var currentFiat = this.configManager.getCurrentFiat() || 'USD'
|
||||
this.configManager.setCurrentFiat(currentFiat)
|
||||
this.configManager.updateConversionRate()
|
||||
this.configManager.setTOSHash(0)
|
||||
var currentHash = this.configManager.getTOSHash() || 0
|
||||
this.scheduleConversionInterval()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user