Skip to content

Commit

Permalink
docs: Fix broken style in the description of shanghai EVM features
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Oct 10, 2023
1 parent e73f688 commit 1bfcbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-the-compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ at each version. Backward compatibility is not guaranteed between each version.
- ``paris``
- Introduces ``prevrandao()`` and ``block.prevrandao``, and changes the semantics of the now deprecated ``block.difficulty``, disallowing ``difficulty()`` in inline assembly (see `EIP-4399 <https://eips.ethereum.org/EIPS/eip-4399>`_).
- ``shanghai`` (**default**)
- Smaller code size and gas savings due to the introduction of ``push0`` (see `EIP-3855 <https://eips.ethereum.org/EIPS/eip-3855>`_).
- Smaller code size and gas savings due to the introduction of ``push0`` (see `EIP-3855 <https://eips.ethereum.org/EIPS/eip-3855>`_).

.. index:: ! standard JSON, ! --standard-json
.. _compiler-api:
Expand Down

0 comments on commit 1bfcbd3

Please sign in to comment.