Skip to content

Commit

Permalink
core/vm: use proper JumpTable type (ethereum#23967)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored and gzliudan committed Mar 1, 2024
1 parent f9e14af commit 3d3cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Config struct {
NoRecursion bool // Disables call, callcode, delegate call and create
EnablePreimageRecording bool // Enables recording of SHA3/keccak preimages

JumpTable [256]*operation // EVM instruction table, automatically populated if unset
JumpTable JumpTable // EVM instruction table, automatically populated if unset

EWASMInterpreter string // External EWASM interpreter options
EVMInterpreter string // External EVM interpreter options
Expand Down

0 comments on commit 3d3cc6c

Please sign in to comment.