Commit ef7f3f36 authored by obscuren's avatar obscuren

Renamed CALLDATA to CALLDATALOAD

parent f7d4e3cd
...@@ -39,7 +39,7 @@ var OpCodes = map[string]byte{ ...@@ -39,7 +39,7 @@ var OpCodes = map[string]byte{
"ORIGIN": 0x32, "ORIGIN": 0x32,
"CALLER": 0x33, "CALLER": 0x33,
"CALLVALUE": 0x34, "CALLVALUE": 0x34,
"CALLDATA": 0x35, "CALLDATALOAD": 0x35,
"CALLDATASIZE": 0x36, "CALLDATASIZE": 0x36,
"GASPRICE": 0x38, "GASPRICE": 0x38,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment