Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Aug 14, 2024
1 parent 9546ae4 commit 3761846
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/block/test/block.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import {
type BlockBytes,
type JsonRpcBlock,
createBlock,
createBlockFromBytesArray,
createBlockFromRLPSerializedBlock,
createBlockFromRPC,
createBlockFromBytesArray,
paramsBlock,
} from '../src/index.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/block/test/eip7685block.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { genRequestsTrieRoot } from '../src/helpers.js'
import {
Block,
createBlock,
createBlockFromRPC,
createBlockFromBytesArray,
createBlockFromRPC,
createBlockHeader,
} from '../src/index.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/block/test/header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
createBlock,
createBlockFromRLPSerializedBlock,
createBlockHeader,
createBlockHeaderFromRLP,
createBlockHeaderFromBytesArray,
createBlockHeaderFromRLP,
} from '../src/index.js'

import * as testData from './testdata/bcBlockGasLimitTest.json'
Expand Down
2 changes: 1 addition & 1 deletion packages/ethash/test/block.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
createBlock,
createBlockFromRLPSerializedBlock,
createBlockFromBytesArray,
createBlockFromRLPSerializedBlock,
} from '@ethereumjs/block'
import { Common, Hardfork, Mainnet } from '@ethereumjs/common'
import { RLP } from '@ethereumjs/rlp'
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/test/api/runBlock.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
createBlock,
createBlockFromRLPSerializedBlock,
createBlockFromBytesArray,
createBlockFromRLPSerializedBlock,
createSealedCliqueBlock,
} from '@ethereumjs/block'
import { Common, Goerli, Hardfork, Mainnet, createCustomCommon } from '@ethereumjs/common'
Expand Down

0 comments on commit 3761846

Please sign in to comment.