aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-19 19:42:28 +0800
committerobscuren <geffobscura@gmail.com>2014-06-19 19:42:28 +0800
commit1b431f29e5c2283fb3d7a0c035e7ec575a563ca7 (patch)
tree7818d354a19b0704996bf4e66962c700b3783553 /ethchain
parent5ea7598408321dcc15ae3dc2f2a740c9c2c644e1 (diff)
downloadgo-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar
go-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.gz
go-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.bz2
go-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.lz
go-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.xz
go-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.tar.zst
go-tangerine-1b431f29e5c2283fb3d7a0c035e7ec575a563ca7.zip
Added missing types
Diffstat (limited to 'ethchain')
-rw-r--r--ethchain/types.go1
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",