Skip to content

Commit

Permalink
Fix VM test
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Feb 14, 2023
1 parent 6232b55 commit eb093d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/test/api/EIPs/eip-4895-withdrawals.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ tape('EIP4895 tests', (t) => {

t.test('should build a block correctly with withdrawals', async (st) => {
const common = Common.fromGethGenesis(genesisJSON, { chain: 'custom' })
common.setHardforkByBlockNumber(0)
common.setHardfork(Hardfork.Shanghai)
const genesisState = parseGethGenesisState(genesisJSON)
const blockchain = await Blockchain.create({
common,
Expand Down

0 comments on commit eb093d2

Please sign in to comment.