Skip to content

Commit

Permalink
Merge pull request ethereum#23967 from ipsilon/evm_jumptable_type
Browse files Browse the repository at this point in the history
core/vm: use proper JumpTable type
  • Loading branch information
karalabe authored Nov 25, 2021
2 parents 1876cb4 + 10b1cd9 commit 4ebeca1
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 @@ -33,7 +33,7 @@ type Config struct {
NoBaseFee bool // Forces the EIP-1559 baseFee to 0 (needed for 0 price calls)
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

ExtraEips []int // Additional EIPS that are to be enabled
}
Expand Down

0 comments on commit 4ebeca1

Please sign in to comment.