mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
controllers - transaction - pending-tx-tracker - lint fix
This commit is contained in:
parent
5be154ea20
commit
1b3fedd10d
@ -1,7 +1,7 @@
|
|||||||
const EventEmitter = require('events')
|
const EventEmitter = require('events')
|
||||||
const log = require('loglevel')
|
const log = require('loglevel')
|
||||||
const EthQuery = require('ethjs-query')
|
const EthQuery = require('ethjs-query')
|
||||||
const timeout = (duration) => new Promise(resolve => setTimeout(resolve, duration))
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
Event emitter utility class for tracking the transactions as they<br>
|
Event emitter utility class for tracking the transactions as they<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user