core/vm: use proper JumpTable type (#23967)

This commit is contained in:
Paweł Bylica 2021-11-24 16:02:12 +01:00 committed by Daniel Liu
parent f9e14af6fd
commit 3d3cc6c6d7

View file

@ -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