Commit ca49510e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke Committed by GitHub

Merge pull request #3168 from benjaminbrent/develop

core/vm: fix GASPRICE string (resolves #2553)
parents 25ac04a4 55522373
...@@ -248,7 +248,7 @@ var opCodeToString = map[OpCode]string{ ...@@ -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",
......
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