Commit febec5ca authored by obscuren's avatar obscuren

Switch EXT* codes

parent 70f7a0be
...@@ -49,8 +49,8 @@ const ( ...@@ -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 ( ...@@ -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
......
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