Skip to content

Commit

Permalink
block: fix for header.spec browser mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jan 12, 2024
1 parent 3ab58df commit 8bdcb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block/test/header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
} from '@ethereumjs/util'
import { assert, describe, it } from 'vitest'

import { Block } from '../src/block.js'
import { BlockHeader } from '../src/header.js'
import { Block } from '../src/index.js'

import testData from './testdata/bcBlockGasLimitTest.json'
import blocksGoerli from './testdata/blocks_goerli.json'
Expand Down

0 comments on commit 8bdcb83

Please sign in to comment.