mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Merge branch 'master' into i695-dapp-reload
This commit is contained in:
commit
465cff78c3
@ -280,9 +280,9 @@ module.exports = class MetamaskController {
|
||||
checkTOSChange () {
|
||||
try {
|
||||
const storedHash = this.configManager.getTOSHash() || 0
|
||||
if (storedHash !== global.newTOSHash) {
|
||||
if (storedHash !== global.TOS_HASH) {
|
||||
this.resetDisclaimer()
|
||||
this.setTOSHash(global.newTOSHash)
|
||||
this.setTOSHash(global.TOS_HASH)
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('Error in checking TOS change.')
|
||||
|
Loading…
Reference in New Issue
Block a user