Skip to content

Commit b08454e

Browse files
committed
Remove callcode in heading
1 parent 1b081d0 commit b08454e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction-to-smart-contracts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ operations, loops should be preferred over recursive calls. Furthermore,
504504
only 63/64th of the gas can be forwarded in a message call, which causes a
505505
depth limit of a little less than 1000 in practice.
506506

507-
.. index:: delegatecall, callcode, library
507+
.. index:: delegatecall, library
508508

509-
Delegatecall / Callcode and Libraries
509+
Delegatecall and Libraries
510510
=====================================
511511

512512
There exists a special variant of a message call, named **delegatecall**

0 commit comments

Comments
 (0)