mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core: rename DIFFICULTY to PREVRANDAO post merge in opcode to string
This commit is contained in:
parent
93c541ad56
commit
d0b8118176
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ var opCodeToString = [256]string{
|
|||
COINBASE: "COINBASE",
|
||||
TIMESTAMP: "TIMESTAMP",
|
||||
NUMBER: "NUMBER",
|
||||
DIFFICULTY: "DIFFICULTY", // TODO (MariusVanDerWijden) rename to PREVRANDAO post merge
|
||||
PREVRANDAO: "PREVRANDAO",
|
||||
GASLIMIT: "GASLIMIT",
|
||||
CHAINID: "CHAINID",
|
||||
SELFBALANCE: "SELFBALANCE",
|
||||
|
|
|
|||
Loading…
Reference in a new issue