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 bb7a4ed commit eca688f
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 @@ -143,7 +143,7 @@ contract.py (Smart Contract)
```python
@export
def function():
return ctx.entry # Output when someone used other_contract: ("contract","function")
return ctx.entry # Output when someone used other_contract: ("other_contract","call_contract")
```

other_contract.py (Smart Contract)
Expand Down

0 comments on commit eca688f

Please sign in to comment.