Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Oct 7, 2024
1 parent 1ada407 commit 8a27886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/book/functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ contract ManualMethodId {

Note that you *cannot* use method IDs that are reserved by TVM and you cannot use some initial positive integers because those will be used as function selectors by the compiler.

User-specified method IDs are 19-bit signed integers, so you can use integers from $-2^{-18}$ to $-5$ and from $2^{14}$ to $2^{18} - 1$.
User-specified method IDs are 19-bit signed integers, so you can use integers from $-2^{18}$ to $-5$ and from $2^{14}$ to $2^{18} - 1$.

Also, a few method IDs are reserved for the usage by the getters the Tact compiler can insert during compilation, those are 113617, 115390, 121275.

0 comments on commit 8a27886

Please sign in to comment.