Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
facs95 committed May 7, 2024
1 parent 5f5a2e3 commit a566d82
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions core/vm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ type EVM struct {
// activePrecompiles defines the precompiles that are currently active
activePrecompiles []common.Address

// // preExecuteCallback is a callback function that is called before executing
// // CALL, CALLCODE, DELEGATECALL and STATICCALL opcodes.
// preExecuteCallback preExecuteCallbackType

// hooks is a set of hooks that can be used to intercept and modify the
// hooks is a set of functions that can be used to intercept and modify the
// behavior of the EVM when executing certain opcodes.
// The hooks are called before the execution of the respective opcodes.

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

View workflow job for this annotation

GitHub Actions / Run golangci-lint

File is not `goimports`-ed (goimports)
hooks OpCodeHooks
}

Expand Down

0 comments on commit a566d82

Please sign in to comment.