Undo unnecessary line removals.

This commit is contained in:
Dan 2018-03-27 10:52:19 -02:30
parent be2254b880
commit f74e802026
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ function setupController (initState, initLangCode) {
//
// MetaMask Controller
//
const controller = new MetamaskController({
// User confirmation callbacks:
showUnconfirmedMessage: triggerUi,

View File

@ -57,6 +57,7 @@ module.exports = class MetamaskController extends EventEmitter {
this.defaultMaxListeners = 20
this.sendUpdate = debounce(this.privateSendUpdate.bind(this), 200)
this.opts = opts
const initState = opts.initState || {}
this.recordFirstTimeInfo(initState)