Skip to content

Commit

Permalink
Update docs/src/content/docs/book/exit-codes.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Novus Nota <[email protected]>
  • Loading branch information
anton-trunov and novusnota authored Dec 18, 2024
1 parent 41d3cb9 commit a5a7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/book/exit-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ try {

<Badge text="Removed since Tact 1.6" variant="tip" size="medium"/><p/>

Any attempts to point to masterchain (ID $-1$) or otherwise interact with it without enabling masterchain support throw an exception with exit code $137$: `Masterchain support is not enabled for this contract`.
Prior to removal, any attempts to point to masterchain (ID $-1$) or otherwise interact with it without enabling masterchain support were throwing an exception with exit code $137$: `Masterchain support is not enabled for this contract`.

```tact
let masterchainID = -1;
Expand Down

0 comments on commit a5a7e68

Please sign in to comment.