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:
parent
1ebcbe296b
commit
a85c691b71
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user