Skip to content

Commit 4a540c6

Browse files
committed
vm: lint fix
1 parent b996b23 commit 4a540c6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/vm/lib/runCall.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Message from './evm/message'
66
import { default as EVM, EVMResult } from './evm/evm'
77
import { Block } from 'ethereumjs-block'
88

9-
109
/**
1110
* Options for running a call (or create) operation
1211
*/

packages/vm/lib/runCode.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import Message from './evm/message'
1818
import { default as EVM, ExecResult } from './evm/evm'
1919
import { Block } from 'ethereumjs-block'
2020

21-
2221
/**
2322
* Options for the [[runCode]] method.
2423
*/

packages/vm/lib/runTx.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import TxContext from './evm/txContext'
1010
import PStateManager from './state/promisified'
1111
import { Block } from 'ethereumjs-block'
1212

13-
1413
/**
1514
* Options for the `runTx` method.
1615
*/

0 commit comments

Comments
 (0)