diff --git a/ethchain/types.go b/ethchain/types.go index ee70a8d2810f1deb8220ebe3fb253fd71e2436f5..9e7269f7413ee3115d262983471b079c42e7bf20 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",