Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jul 12, 2024
1 parent 18d8317 commit 47d901f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/blockchain/test/pos.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { createBlockchain } from '../src/index.js'
import * as testnet from './testdata/testnet.json'

import type { Blockchain } from '../src/index.js'

import type { Block } from '@ethereumjs/block'

const buildChain = async (blockchain: Blockchain, common: Common, height: number) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/blockchain/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { LevelDB } from '../execution/level.js'
import { Event } from '../types.js'

import type { Config } from '../config.js'
import type { Blockchain } from '@ethereumjs/blockchain'
import type { Block } from '@ethereumjs/block'
import type { Blockchain } from '@ethereumjs/blockchain'
import type { DB, DBObject, GenesisState } from '@ethereumjs/util'
import type { AbstractLevel } from 'abstract-level'

Expand Down

0 comments on commit 47d901f

Please sign in to comment.