diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-19 19:42:28 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-19 19:42:28 +0800 |
commit | 1b431f29e5c2283fb3d7a0c035e7ec575a563ca7 (patch) | |
tree | 7818d354a19b0704996bf4e66962c700b3783553 /ethchain | |
parent | 5ea7598408321dcc15ae3dc2f2a740c9c2c644e1 (diff) | |
download | dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.gz dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.bz2 dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.lz dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.xz dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.zst dexon-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.zip |
Added missing types
Diffstat (limited to 'ethchain')
-rw-r--r-- | ethchain/types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethchain/types.go b/ethchain/types.go index ee70a8d28..9e7269f74 100644 --- a/ethchain/types.go +++ b/ethchain/types.go @@ -166,6 +166,7 @@ var opCodeToString = map[OpCode]string{ GASLIMIT: "GASLIMIT", // 0x50 range - 'storage' and execution + POP: "POP", DUP: "DUP", SWAP: "SWAP", MLOAD: "MLOAD", |