diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/vm/opcodes.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |