1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00
This commit is contained in:
Kevin Serrano 2016-10-11 14:49:24 -07:00
parent 79a99ac93b
commit f7361d9654
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -7,7 +7,6 @@ const HostStore = require('./lib/remote-store.js').HostStore
const Web3 = require('web3')
const ConfigManager = require('./lib/config-manager')
const extension = require('./lib/extension')
const newTOSHash = global.TOS_HASH
module.exports = class MetamaskController {
@ -286,7 +285,7 @@ module.exports = class MetamaskController {
this.setTOSHash(global.newTOSHash)
}
} catch (e) {
console.error("Error in checking TOS change.")
console.error('Error in checking TOS change.')
}
}