Renamed CALLDATA to CALLDATALOAD

This commit is contained in:
obscuren 2014-04-23 15:53:34 +02:00
parent f7d4e3cd6b
commit ef7f3f36e2

View File

@ -39,7 +39,7 @@ var OpCodes = map[string]byte{
"ORIGIN": 0x32,
"CALLER": 0x33,
"CALLVALUE": 0x34,
"CALLDATA": 0x35,
"CALLDATALOAD": 0x35,
"CALLDATASIZE": 0x36,
"GASPRICE": 0x38,