Skip to content

Commit

Permalink
Update emit_event.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki authored Apr 23, 2024
1 parent d8fcfb5 commit 793d25e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ They can be emitted by both public and private functions.
:::danger
- Emitting unencrypted events from private function is a significant privacy leak and it should be considered by the developer whether it is acceptable.
- Unencrypted events are currently **NOT** linked to the contract emitting them, so it is practically a [`debug_log`](../oracles/main.md#a-few-useful-inbuilt-oracles).

:::

### Call emit_unencrypted_log
Expand Down

0 comments on commit 793d25e

Please sign in to comment.