You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/docs/smart-contracts/anatomy/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ A complete contract might look something like this. Here the `constructor` funct
203
203
204
204
## Events and logs {#events-and-logs}
205
205
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.
0 commit comments