Added missing types
This commit is contained in:
@ -166,6 +166,7 @@ var opCodeToString = map[OpCode]string{
|
|||||||
GASLIMIT: "GASLIMIT",
|
GASLIMIT: "GASLIMIT",
|
||||||
|
|
||||||
// 0x50 range - 'storage' and execution
|
// 0x50 range - 'storage' and execution
|
||||||
|
POP: "POP",
|
||||||
DUP: "DUP",
|
DUP: "DUP",
|
||||||
SWAP: "SWAP",
|
SWAP: "SWAP",
|
||||||
MLOAD: "MLOAD",
|
MLOAD: "MLOAD",
|
||||||
|
Reference in New Issue
Block a user