Skip to content

Commit

Permalink
enable cancun instruction-set on cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed May 9, 2023
1 parent 96ea5c7 commit 0aebb62
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 @@ -58,7 +58,7 @@ func NewEVMInterpreter(evm *EVM) *EVMInterpreter {
var table *JumpTable
switch {
case evm.chainRules.IsCancun:
table = &shardingInstructionSet
table = &cancunInstructionSet
case evm.chainRules.IsShanghai:
table = &shanghaiInstructionSet
case evm.chainRules.IsMerge:
Expand Down

0 comments on commit 0aebb62

Please sign in to comment.