mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-12 19:16:41 +00:00
Merge pull request #3168 from benjaminbrent/develop
core/vm: fix GASPRICE string (resolves #2553)
This commit is contained in:
commit
ca49510e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue