Skip to content

Commit 712d28c

Browse files
authored
Merge pull request #13172 from mcmoodoo/patch-3
Transaction mined -> validated since we're no longer PoW
2 parents bc22c2a + 3302171 commit 712d28c

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 enable your smart contract to communicate with your frontend or other subscribing applications. Once a transaction is validated and added to a block, smart contracts can emit events and log information, which the frontend can then process and utilize.
207207

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

0 commit comments

Comments
 (0)