mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core: delete unused opcode var RANDOM
This commit is contained in:
parent
93c541ad56
commit
0b76783c92
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ const (
|
|||
TIMESTAMP OpCode = 0x42
|
||||
NUMBER OpCode = 0x43
|
||||
DIFFICULTY OpCode = 0x44
|
||||
RANDOM OpCode = 0x44 // Same as DIFFICULTY
|
||||
PREVRANDAO OpCode = 0x44 // Same as DIFFICULTY
|
||||
GASLIMIT OpCode = 0x45
|
||||
CHAINID OpCode = 0x46
|
||||
|
|
|
|||
Loading…
Reference in a new issue