remove unused dep

pull/1/head
yann300 5 years ago
parent 3998e350cb
commit 06e5bd7abc
  1. 1
      src/blockchain/blockchain.js

@ -7,7 +7,6 @@ const TxRunner = remixLib.execution.txRunner
const txHelper = remixLib.execution.txHelper const txHelper = remixLib.execution.txHelper
const EventManager = remixLib.EventManager const EventManager = remixLib.EventManager
const executionContext = remixLib.execution.executionContext const executionContext = remixLib.execution.executionContext
const ethJSUtil = require('ethereumjs-util')
const Web3 = require('web3') const Web3 = require('web3')
const async = require('async') const async = require('async')

Loading…
Cancel
Save