Skip to content

Commit

Permalink
Fix on warning structure content in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaereal committed Mar 14, 2024
1 parent 71a7c0c commit b7b7a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/introduction-to-smart-contracts.rst
Expand Up @@ -602,8 +602,8 @@ but you can reasonably expect them to always be in the range between
``1`` and ``0xffff`` (inclusive).

.. warning::
Since the 0.8.10 release the compiler does not check ``extcodesize`` on external calls if return data is expected,
since an empty code will be unable to return data, and the ABI decoder will revert.
This is an exception for external calls over precompiled contracts which are able to return data without code associated with their addresses.
Since the 0.8.10 release the compiler does not check ``extcodesize`` on external calls if return data is expected,
since an empty code will be unable to return data, and the ABI decoder will revert.
This is an exception for external calls over precompiled contracts which are able to return data without code associated with their addresses.

More on :ref:`external function calls <external-function-calls>` and :ref:`low-level calls <address_related>`.
More on :ref:`external function calls <external-function-calls>` and :ref:`low-level calls <address_related>`.

0 comments on commit b7b7a74

Please sign in to comment.