Commit 55522373 authored by Benjamin Brent's avatar Benjamin Brent

core/vm: fix GASPRICE string (resolves #2553)

parent c9471e77
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment