mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-25 19:12:24 +00:00
Switch EXT* codes
This commit is contained in:
parent
70f7a0be11
commit
febec5ca4a
2 changed files with 4 additions and 4 deletions
|
|
@ -49,8 +49,8 @@ const (
|
||||||
CODESIZE = 0x38
|
CODESIZE = 0x38
|
||||||
CODECOPY = 0x39
|
CODECOPY = 0x39
|
||||||
GASPRICE = 0x3a
|
GASPRICE = 0x3a
|
||||||
EXTCODECOPY = 0x3b
|
EXTCODESIZE = 0x3b
|
||||||
EXTCODESIZE = 0x3c
|
EXTCODECOPY = 0x3c
|
||||||
|
|
||||||
// 0x40 range - block operations
|
// 0x40 range - block operations
|
||||||
PREVHASH = 0x40
|
PREVHASH = 0x40
|
||||||
|
|
|
||||||
|
|
@ -49,8 +49,8 @@ const (
|
||||||
CODESIZE = 0x38
|
CODESIZE = 0x38
|
||||||
CODECOPY = 0x39
|
CODECOPY = 0x39
|
||||||
GASPRICE = 0x3a
|
GASPRICE = 0x3a
|
||||||
EXTCODECOPY = 0x3b
|
EXTCODESIZE = 0x3b
|
||||||
EXTCODESIZE = 0x3c
|
EXTCODECOPY = 0x3c
|
||||||
|
|
||||||
// 0x40 range - block operations
|
// 0x40 range - block operations
|
||||||
PREVHASH = 0x40
|
PREVHASH = 0x40
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue