Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Update hardfork test data
Browse files Browse the repository at this point in the history
  • Loading branch information
alextsg committed Oct 13, 2018
1 parent 2bda290 commit 4cba911
Show file tree
Hide file tree
Showing 4 changed files with 54,117 additions and 60,867 deletions.
6 changes: 3 additions & 3 deletions tests/difficulty.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ tape('[Header]: difficulty tests', t => {
}

const hardforkTestData = {
'chainstart': require('./difficultyFrontier.json'),
'homestead': require('./difficultyHomestead.json'),
'byzantium': require('./difficultyByzantium.json')
'chainstart': require('./difficultyFrontier.json').tests,
'homestead': require('./difficultyHomestead.json').tests,
'byzantium': require('./difficultyByzantium.json').tests
}
for (let hardfork in hardforkTestData) {
const testData = hardforkTestData[hardfork]
Expand Down
Loading

0 comments on commit 4cba911

Please sign in to comment.