Skip to content

Commit

Permalink
vm: fix eip2315 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Mar 8, 2021
1 parent 28caab5 commit 813b18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import VM from '../../../lib'
import Common from '@ethereumjs/common'

tape('Berlin: EIP 2315 tests', (t) => {
const common = new Common({ chain: 'mainnet', hardfork: 'berlin' })
const common = new Common({ chain: 'mainnet', hardfork: 'berlin', eips: [2315] })

const runTest = async function (test: any, st: tape.Test) {
let i = 0
Expand Down

0 comments on commit 813b18d

Please sign in to comment.