core/vm: fix GASPRICE string (resolves #2553)
This commit is contained in:
parent
c9471e7782
commit
55522373fd
@ -248,7 +248,7 @@ var opCodeToString = map[OpCode]string{
|
|||||||
CALLDATACOPY: "CALLDATACOPY",
|
CALLDATACOPY: "CALLDATACOPY",
|
||||||
CODESIZE: "CODESIZE",
|
CODESIZE: "CODESIZE",
|
||||||
CODECOPY: "CODECOPY",
|
CODECOPY: "CODECOPY",
|
||||||
GASPRICE: "TXGASPRICE",
|
GASPRICE: "GASPRICE",
|
||||||
|
|
||||||
// 0x40 range - block operations
|
// 0x40 range - block operations
|
||||||
BLOCKHASH: "BLOCKHASH",
|
BLOCKHASH: "BLOCKHASH",
|
||||||
|
Loading…
Reference in New Issue
Block a user