diff --git a/core/vm/jump_table.go b/core/vm/jump_table.go index 75c70526d1..31f203636b 100644 --- a/core/vm/jump_table.go +++ b/core/vm/jump_table.go @@ -194,7 +194,7 @@ func instructionSetForConfig(config ctypes.ChainConfigurator, isPostMerge bool, enable3198(instructionSet) // BASEFEE opcode https://eips.ethereum.org/EIPS/eip-3198 } if isPostMerge { - instructionSet[RANDOM] = &operation{ + instructionSet[PREVRANDAO] = &operation{ execute: opRandom, constantGas: GasQuickStep, minStack: minStack(0, 1),