Skip to content

Commit

Permalink
Readded ethUtil in GeneralStateTestsRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Sep 22, 2017
1 parent a7179eb commit 5d7377f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/GeneralStateTestsRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const async = require('async')
const VM = require('../index.js')
const testUtil = require('./util')
const Trie = require('merkle-patricia-tree/secure')
const ethUtil = require('ethereumjs-util')
const BN = ethUtil.BN

function parseTestCases (forkConfig, testData, data, gasLimit, value) {
Expand Down

0 comments on commit 5d7377f

Please sign in to comment.