mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
id-mgmt - add missing deps
This commit is contained in:
parent
d19c286ee8
commit
30da848611
@ -1,7 +1,10 @@
|
|||||||
const ethUtil = require('ethereumjs-util')
|
const ethUtil = require('ethereumjs-util')
|
||||||
|
const Transaction = require('ethereumjs-tx')
|
||||||
|
const configManager = require('./config-manager-singleton')
|
||||||
|
|
||||||
module.exports = IdManagement
|
module.exports = IdManagement
|
||||||
|
|
||||||
|
|
||||||
function IdManagement(opts) {
|
function IdManagement(opts) {
|
||||||
if (!opts) opts = {}
|
if (!opts) opts = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user