mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint fix
This commit is contained in:
parent
ed264d3479
commit
0fbd389a50
@ -3,6 +3,7 @@ const ObservableStore = require('obs-store')
|
|||||||
const ethUtil = require('ethereumjs-util')
|
const ethUtil = require('ethereumjs-util')
|
||||||
const createId = require('./random-id')
|
const createId = require('./random-id')
|
||||||
const hexRe = /^[0-9A-Fa-f]+$/g
|
const hexRe = /^[0-9A-Fa-f]+$/g
|
||||||
|
const log = require('loglevel')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents, and contains data about, an 'personal_sign' type signature request. These are created when a
|
* Represents, and contains data about, an 'personal_sign' type signature request. These are created when a
|
||||||
|
Loading…
Reference in New Issue
Block a user