diff --git a/core/vm/jump_table.go b/core/vm/jump_table.go index d92b42aaa5..9dcc4329b3 100644 --- a/core/vm/jump_table.go +++ b/core/vm/jump_table.go @@ -93,7 +93,7 @@ func validate(jt JumpTable) JumpTable { } func newBogotaInstructionSet() JumpTable { - instructionSet := newOsakaInstructionSet() + instructionSet := newAmsterdamInstructionSet() return validate(instructionSet) }