From e2d9c22f0c3af5443f0b02c84e59defdb1baf2e2 Mon Sep 17 00:00:00 2001 From: zhiqiangxu <652732310@qq.com> Date: Sat, 9 Mar 2024 11:57:29 +0800 Subject: [PATCH] DIFFICULTY => PREVRANDAO --- core/vm/opcodes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/opcodes.go b/core/vm/opcodes.go index 2b9231fe1a..e8af08f93a 100644 --- a/core/vm/opcodes.go +++ b/core/vm/opcodes.go @@ -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",