Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2547caf

Browse files
authored
Merge pull request argotorg#5174 from tomusdrw/patch-1
Clarify contract creation transaction
2 parents 7b61586 + 88d10b3 commit 2547caf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/introduction-to-smart-contracts.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,15 @@ Transactions
332332
============
333333

334334
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).
336336
It can include binary data (which is called "payload") and Ether.
337337

338338
If the target account contains code, that code is executed and
339339
the payload is provided as input data.
340340

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**.
343344
As already mentioned, the address of that contract is not
344345
the zero address but an address derived from the sender and
345346
its number of transactions sent (the "nonce"). The payload

0 commit comments

Comments
 (0)