From febec5ca4a059a3e3a5cc2b5fe0d14ba02492b95 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 16 Oct 2014 13:39:11 +0200 Subject: [PATCH] Switch EXT* codes --- ethchain/types.go | 4 ++-- ethvm/types.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ethchain/types.go b/ethchain/types.go index ccd5b7975..29084c749 100644 --- a/ethchain/types.go +++ b/ethchain/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 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