1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove txManager in keyring controller

This commit is contained in:
Frances Pangilinan 2016-12-21 14:06:15 -08:00
parent 1ebcbe296b
commit a85c691b71

View File

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