Merge pull request #13399 from minaminao/remove-callcode-in-heading

Remove unnecessary "Callcode" in the heading
This commit is contained in:
Leo 2022-08-15 19:55:52 +02:00 committed by GitHub
commit a0ee14f7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
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**
which is identical to a message call apart from the fact that