Skip to content

Commit 8815921

Browse files
authored
Merge pull request #8714 from ethereum/jc-fix-glossary
fix incorrect info in glossary
2 parents 9f143fa + fa3d617 commit 8815921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/glossary/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ An account containing code that executes whenever it receives a [transaction](#t
205205

206206
### contract creation transaction {#contract-creation-transaction}
207207

208-
A special [transaction](#transaction), with the [zero address](#zero-address) as the recipient, that is used to register a [contract](#contract-account) and record it on the Ethereum blockchain.
208+
A special [transaction](#transaction) that includes a contract's initiation code. The recipient is set to `null` and the contract is deployed to an address generated from the user address and `nonce`. that is used to register a [contract](#contract-account) and record it on the Ethereum blockchain.
209209

210210
### cryptoeconomics {#cryptoeconomics}
211211

@@ -1095,7 +1095,7 @@ The smallest denomination of [ether](#ether). 10<sup>18</sup> wei = 1 ether.
10951095

10961096
### zero address {#zero-address}
10971097

1098-
A special Ethereum address, composed entirely of zeros, that is specified as the destination address of a [contract creation transaction](#contract-creation-transaction).
1098+
An Ethereum address, composed entirely of zeros, that is frequently used as a burn address for unwanted funds.
10991099

11001100
### zero-knowledge proof {#zk-proof}
11011101

0 commit comments

Comments
 (0)