diff --git a/core/vm/opcodes.go b/core/vm/opcodes.go index 7d861f1de..9d2b037a5 100644 --- a/core/vm/opcodes.go +++ b/core/vm/opcodes.go @@ -248,7 +248,7 @@ var opCodeToString = map[OpCode]string{ CALLDATACOPY: "CALLDATACOPY", CODESIZE: "CODESIZE", CODECOPY: "CODECOPY", - GASPRICE: "TXGASPRICE", + GASPRICE: "GASPRICE", // 0x40 range - block operations BLOCKHASH: "BLOCKHASH",