Skip to content

Commit 897b281

Browse files
core/vm: use london as a basis
1 parent 369a2f6 commit 897b281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/jump_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var (
6565
type JumpTable [256]*operation
6666

6767
func newMergeInstructionSet() JumpTable {
68-
instructionSet := newBerlinInstructionSet()
68+
instructionSet := newLondonInstructionSet()
6969
instructionSet[RANDOM] = &operation{
7070
execute: opRandom,
7171
constantGas: GasQuickStep,

0 commit comments

Comments
 (0)