core: rename DIFFICULTY to PREVRANDAO post merge in opcode to string

This commit is contained in:
cuiweixie 2024-02-25 17:14:06 +08:00
parent 93c541ad56
commit d0b8118176

View file

@ -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",