mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 19:35:04 +00:00
Renamed CALLDATA to CALLDATALOAD
This commit is contained in:
parent
f7d4e3cd6b
commit
ef7f3f36e2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ var OpCodes = map[string]byte{
|
|||
"ORIGIN": 0x32,
|
||||
"CALLER": 0x33,
|
||||
"CALLVALUE": 0x34,
|
||||
"CALLDATA": 0x35,
|
||||
"CALLDATALOAD": 0x35,
|
||||
"CALLDATASIZE": 0x36,
|
||||
"GASPRICE": 0x38,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue