aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/types.go')
-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",