Skip to content

Commit 63a3cd2

Browse files
authored
Update index.md
Transactions are no longer mined but kind of validated and included in the block by the selected validator.
1 parent cd53714 commit 63a3cd2

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/smart-contracts/anatomy

1 file changed

+1
-1
lines changed

public/content/developers/docs/smart-contracts/anatomy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A complete contract might look something like this. Here the `constructor` funct
203203

204204
## Events and logs {#events-and-logs}
205205

206-
Events let you communicate with your smart contract from your frontend or other subscribing applications. When a transaction is mined, smart contracts can emit events and write logs to the blockchain that the frontend can then process.
206+
Events let you communicate with your smart contract from your frontend or other subscribing applications. When a transaction is validated and included in the block, smart contracts can emit events and write logs to the blockchain that the frontend can then process.
207207

208208
## Annotated examples {#annotated-examples}
209209

0 commit comments

Comments
 (0)