mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
75300c32a8
@ -81,7 +81,7 @@ construction time.
|
|||||||
|
|
||||||
The contract creation code generated by the compiler will modify the
|
The contract creation code generated by the compiler will modify the
|
||||||
contract's runtime code before it is returned by replacing all references
|
contract's runtime code before it is returned by replacing all references
|
||||||
to immutables by the values assigned to the them. This is important if
|
to immutables with the values assigned to them. This is important if
|
||||||
you are comparing the
|
you are comparing the
|
||||||
runtime code generated by the compiler with the one actually stored in the
|
runtime code generated by the compiler with the one actually stored in the
|
||||||
blockchain.
|
blockchain.
|
||||||
|
Loading…
Reference in New Issue
Block a user