mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13399 from minaminao/remove-callcode-in-heading
Remove unnecessary "Callcode" in the heading
This commit is contained in:
commit
a0ee14f7c2
@ -504,10 +504,10 @@ 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
|
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.
|
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**
|
There exists a special variant of a message call, named **delegatecall**
|
||||||
which is identical to a message call apart from the fact that
|
which is identical to a message call apart from the fact that
|
||||||
|
Loading…
Reference in New Issue
Block a user