good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1b431f29 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Added missing types

parent 5ea75984
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ var opCodeToString = map[OpCode]string{
GASLIMIT: "GASLIMIT",
// 0x50 range - 'storage' and execution
POP: "POP",
DUP: "DUP",
SWAP: "SWAP",
MLOAD: "MLOAD",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment