From 41d3cb9a5ceafd38ead92c012bb7637634979bdf Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Wed, 18 Dec 2024 14:05:17 +0400 Subject: [PATCH] Update docs/src/content/docs/book/exit-codes.mdx Co-authored-by: Novus Nota <68142933+novusnota@users.noreply.github.com> --- docs/src/content/docs/book/exit-codes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/book/exit-codes.mdx b/docs/src/content/docs/book/exit-codes.mdx index 9124414eb..06528f678 100644 --- a/docs/src/content/docs/book/exit-codes.mdx +++ b/docs/src/content/docs/book/exit-codes.mdx @@ -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`.