mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
DIFFICULTY => PREVRANDAO
This commit is contained in:
parent
e31709db65
commit
e2d9c22f0c
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
|
||||
DIFFICULTY: "PREVRANDAO",
|
||||
GASLIMIT: "GASLIMIT",
|
||||
CHAINID: "CHAINID",
|
||||
SELFBALANCE: "SELFBALANCE",
|
||||
|
|
|
|||
Loading…
Reference in a new issue