Skip to content

Commit

Permalink
Switched test fork configuration to Byzantium
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Aug 16, 2017
1 parent 689c046 commit ff1174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const argv = require('minimist')(process.argv.slice(2))
const async = require('async')
const tape = require('tape')
const testing = require('ethereumjs-testing')
const FORK_CONFIG = argv.fork || 'Metropolis'
const FORK_CONFIG = argv.fork || 'Byzantium'
const skip = [
'CreateHashCollision', // impossible hash collision on generating address
'SuicidesMixingCoinbase', // sucides to the coinbase, since we run a blockLevel we create coinbase account.
Expand Down

0 comments on commit ff1174e

Please sign in to comment.