Added missing types

pull/150/head
obscuren 11 years ago
parent 5ea7598408
commit 1b431f29e5
  1. 1
      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",

Loading…
Cancel
Save