Skip to content

Commit

Permalink
Default to constantinople for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored and holgerd77 committed Jul 11, 2018
1 parent 04f1ed1 commit d75c1f0
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 @@ -4,7 +4,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 || 'Byzantium'
const FORK_CONFIG = argv.fork || 'Constantinople'
// tests which should be fixed
const skipBroken = [
'CreateHashCollision', // impossible hash collision on generating address
Expand Down

0 comments on commit d75c1f0

Please sign in to comment.