We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369a2f6 commit 897b281Copy full SHA for 897b281
core/vm/jump_table.go
@@ -65,7 +65,7 @@ var (
65
type JumpTable [256]*operation
66
67
func newMergeInstructionSet() JumpTable {
68
- instructionSet := newBerlinInstructionSet()
+ instructionSet := newLondonInstructionSet()
69
instructionSet[RANDOM] = &operation{
70
execute: opRandom,
71
constantGas: GasQuickStep,
0 commit comments