Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jan 17, 2024
1 parent 00cd74d commit 99f412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/runTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type {
TxReceipt,
} from './types.js'
import type { VM } from './vm.js'
import type { AccessList, AccessListItem } from '@ethereumjs/common'
import type { AccessList, AccessListItem, Common } from '@ethereumjs/common'
import type { EVM } from '@ethereumjs/evm'
import type {
AccessListEIP2930Transaction,
Expand Down

0 comments on commit 99f412b

Please sign in to comment.