diff options
Diffstat (limited to 'ethvm')
-rw-r--r-- | ethvm/types.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethvm/types.go b/ethvm/types.go index 36fa1d526..6c433e3fd 100644 --- a/ethvm/types.go +++ b/ethvm/types.go @@ -49,8 +49,8 @@ const ( CODESIZE = 0x38 CODECOPY = 0x39 GASPRICE = 0x3a - EXTCODECOPY = 0x3b - EXTCODESIZE = 0x3c + EXTCODESIZE = 0x3b + EXTCODECOPY = 0x3c // 0x40 range - block operations PREVHASH = 0x40 |