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

This commit is contained in:
Benjamin Brent 2016-10-19 15:55:34 +11:00
parent c9471e7782
commit 55522373fd
1 changed files with 1 additions and 1 deletions

View File

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