Fix accont-tracker merge bug

This commit is contained in:
Dan Finlay 2017-09-22 14:16:19 -07:00
parent f01b0a818b
commit 128cf40f91
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ module.exports = class MetamaskController extends EventEmitter {
// eth data query tools
this.ethQuery = new EthQuery(this.provider)
this.accountTracker = new AccountTracker({
provider: this.provider,
blockTracker: this.blockTracker,
})
// key mgmt
this.keyringController = new KeyringController({