feature/default_network_editable
Kevin Serrano 8 years ago
parent 79a99ac93b
commit f7361d9654
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 3
      app/scripts/metamask-controller.js

@ -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.')
}
}

Loading…
Cancel
Save