Be more explicit about immutableReferences

Co-authored-by: r0qs <rodrigo.saramago@protonmail.com>
This commit is contained in:
Kaan Uzdoğan 2023-05-15 17:21:03 +02:00 committed by GitHub
parent 5fcba53223
commit c8117ef75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,8 @@ contract's runtime code before it is returned by replacing all references
to immutables with the values assigned to them. This is important if
you are comparing the
runtime code generated by the compiler with the one actually stored in the
blockchain. The compiler outputs where these immutables are located in the bytecode
in the ``immutableReferences`` of the :ref:`compiler output <compiler-api>`.
blockchain. The compiler outputs where these immutables are located in the deployed bytecode
in the ``immutableReferences`` field of the :ref:`compiler JSON standard output <compiler-api>`.
.. note::
Immutables that are assigned at their declaration are only considered