File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -332,14 +332,15 @@ Transactions
332
332
============
333
333
334
334
A transaction is a message that is sent from one account to another
335
- account (which might be the same or the special zero-account , see below).
335
+ account (which might be the same or empty , see below).
336
336
It can include binary data (which is called "payload") and Ether.
337
337
338
338
If the target account contains code, that code is executed and
339
339
the payload is provided as input data.
340
340
341
- If the target account is the zero-account (the account with the
342
- address ``0 ``), the transaction creates a **new contract **.
341
+ If the target account is not set (the transaction does not have
342
+ a recipient or the recipient is set to ``null ``), the transaction
343
+ creates a **new contract **.
343
344
As already mentioned, the address of that contract is not
344
345
the zero address but an address derived from the sender and
345
346
its number of transactions sent (the "nonce"). The payload
You can’t perform that action at this time.
0 commit comments