mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo
This commit is contained in:
parent
c58e460ba2
commit
72f2799556
@ -300,7 +300,7 @@ If the target account is the zero-account (the account with the
|
||||
address ``0``), the transaction creates a **new contract**.
|
||||
As already mentioned, the address of that contract is not
|
||||
the zero address but an address derived from the sender and
|
||||
its number of transaction sent (the "nonce"). The payload
|
||||
its number of transactions sent (the "nonce"). The payload
|
||||
of such a contract creation transaction is taken to be
|
||||
EVM bytecode and executed. The output of this execution is
|
||||
permanently stored as the code of the contract.
|
||||
|
Loading…
Reference in New Issue
Block a user