Unverified Commit 4ebeca19 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #23967 from ipsilon/evm_jumptable_type

core/vm: use proper JumpTable type
parents 1876cb44 10b1cd9b
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment