mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove callcode in heading
This commit is contained in:
parent
1b081d0c46
commit
b08454e49d
@ -504,9 +504,9 @@ operations, loops should be preferred over recursive calls. Furthermore,
|
||||
only 63/64th of the gas can be forwarded in a message call, which causes a
|
||||
depth limit of a little less than 1000 in practice.
|
||||
|
||||
.. index:: delegatecall, callcode, library
|
||||
.. index:: delegatecall, library
|
||||
|
||||
Delegatecall / Callcode and Libraries
|
||||
Delegatecall and Libraries
|
||||
=====================================
|
||||
|
||||
There exists a special variant of a message call, named **delegatecall**
|
||||
|
Loading…
Reference in New Issue
Block a user