Skip to content

Commit

Permalink
Update core/vm/evm.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tom <[email protected]>
  • Loading branch information
facs95 and GAtom22 authored May 7, 2024
1 parent 76964d9 commit 5f5a2e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/vm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func NewEVM(blockCtx BlockContext, txCtx TxContext, statedb StateDB, chainConfig
Config: config,
chainConfig: chainConfig,
chainRules: chainConfig.Rules(blockCtx.BlockNumber, blockCtx.Random != nil),
// preExecuteCallback: dummyCallback,
hooks: newNoopOpCodeHooks(),

Check failure on line 119 in core/vm/evm.go

View workflow job for this annotation

GitHub Actions / Run golangci-lint

File is not `goimports`-ed (goimports)
}
// set the default precompiles
Expand Down

0 comments on commit 5f5a2e3

Please sign in to comment.