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

Commit

Permalink
Merge pull request #57 from ethereumjs/update-chain-tests
Browse files Browse the repository at this point in the history
Update chain test data
  • Loading branch information
holgerd77 authored Oct 19, 2018
2 parents fce008d + fd59696 commit ed4e13e
Show file tree
Hide file tree
Showing 5 changed files with 54,118 additions and 40,579 deletions.
4 changes: 2 additions & 2 deletions tests/difficulty.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ tape('[Header]: difficulty tests', t => {
}

const chainTestData = {
'mainnet': require('./difficultyMainNetwork.json'),
'ropsten': require('./difficultyRopsten.json')
'mainnet': require('./difficultyMainNetwork.json').tests,
'ropsten': require('./difficultyRopstenByzantium.json').tests
}
for (let chain in chainTestData) {
const testData = chainTestData[chain]
Expand Down
Loading

0 comments on commit ed4e13e

Please sign in to comment.