Skip to content

Commit

Permalink
fix test spec for kiln
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Nov 18, 2022
1 parent c7f8162 commit a671e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/test/hardforks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ tape('[Common]: Hardfork logic', function (t: tape.Test) {
const json = require(`../../blockchain/test/testdata/geth-genesis-kiln.json`)
c = Common.fromGethGenesis(json, {
chain: 'kiln',
mergeForkIdPostMerge: false,
})

// MergeForkIdTransition change should be before Merge
Expand Down

0 comments on commit a671e21

Please sign in to comment.