diff options
Diffstat (limited to 'core/vm/jump_table.go')
-rw-r--r-- | core/vm/jump_table.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/vm/jump_table.go b/core/vm/jump_table.go index c1b57ea89..ba11b57f3 100644 --- a/core/vm/jump_table.go +++ b/core/vm/jump_table.go @@ -301,12 +301,6 @@ func newFrontierInstructionSet() [256]operation { memorySize: memorySha3, valid: true, }, - RAND: { - execute: opRand, - gasCost: constGasFunc(params.RandGas), - validateStack: makeStackFunc(0, 1), - valid: true, - }, ADDRESS: { execute: opAddress, gasCost: constGasFunc(GasQuickStep), |