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 <68142933+novusnota@users.noreply.github.com>
  • Loading branch information
anton-trunov and novusnota authored Dec 18, 2024
1 parent c200a1c commit 41d3cb9
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 @@ -630,7 +630,7 @@ If the code of the contract doesn't match the one saved in TypeScript wrappers,
A value of type [`Address{:tact}`][p] is valid in Tact when:

* It occupies $267$ bits: $11$ bits for the chain ID prefix and $256$ bits for the [address itself](https://docs.ton.org/learn/overviews/addresses#address-of-smart-contract).
* It belongs to either: basechain (ID $0$) or masterchain (ID $-1$), with the latter requiring masterchain support to be enabled.
* It belongs to either basechain (ID $0$) or masterchain (ID $-1$).

If the [`Address{:tact}`][p] isn't valid, the error with exit code $136$ will be thrown: `Invalid address`.

Expand Down

0 comments on commit 41d3cb9

Please sign in to comment.