Fix typo compiler->constructor.

This commit is contained in:
Adam Bliss 2021-10-24 08:22:34 -04:00 committed by GitHub
parent 3774955dcc
commit 3387e134d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ which only need to be created if there is a dispute.
re-created at the same address after having been destroyed. Yet, it is possible
for that newly created contract to have a different deployed bytecode even
though the creation bytecode has been the same (which is a requirement because
otherwise the address would change). This is due to the fact that the compiler
otherwise the address would change). This is due to the fact that the constructor
can query external state that might have changed between the two creations
and incorporate that into the deployed bytecode before it is stored.