Remove txManager in keyring controller

This commit is contained in:
Frances Pangilinan 2016-12-21 14:06:15 -08:00
parent 1ebcbe296b
commit a85c691b71
1 changed files with 0 additions and 2 deletions

View File

@ -33,11 +33,9 @@ module.exports = class KeyringController extends EventEmitter {
this.ethStore = opts.ethStore
this.encryptor = encryptor
this.keyringTypes = keyringTypes
this.txManager = opts.txManager
this.keyrings = []
this.identities = {} // Essentially a name hash
this._unconfTxCbs = {}
this._unconfMsgCbs = {}
this.getNetwork = opts.getNetwork