From 1b431f29e5c2283fb3d7a0c035e7ec575a563ca7 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Thu, 19 Jun 2014 13:42:28 +0200
Subject: [PATCH] Added missing types

---
 ethchain/types.go | 1 +
 1 file changed, 1 insertion(+)

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",
-- 
GitLab