Skip to content

Commit

Permalink
Update context.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored Apr 25, 2024
1 parent 5c2356d commit 88f16c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def change_ownership(new_owner):

The above contract is not callable unless the `ctx.caller` is the `ctx.owner`. Therefore, you do not need to do additional checks to make sure that this is the case.

### `ctx.entry`
### ctx.entry

When someone calls a contract through another contract, you might want to know what contract and function it was that called it in the first place.

Expand Down

0 comments on commit 88f16c0

Please sign in to comment.