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