Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in addr_std$10 description #899

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v3/documentation/data-formats/tlb/msg-tlb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ workchain_id:int8 address:bits256 = MsgAddressInt;

| Structure | Type | Required | Description |
|--------------|-------------|----------|------------------------------------------------------------------------------------------------------------------|
| addr_std$10 | Constructor | Required | `$10` tag means, that in the serialization MsgAddressExt started with a `10` bits describes an external address. |
| addr_std$10 | Constructor | Required | `$10` tag means, that in the serialization MsgAddressInt started with a `10` bits describes an internal address. |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, $10 tag means that the address that follows is an internal address written in std form, but in general it doesn't make much difference, it doesn't necessarily need to be fixed.

| anycast | Anycast* | Optional | Additional address data, currently do not used in ordinary internal messages |
| workchain_id | int8 | Required | Workchain where smart contract of destination address placed. At moment always equals zero. |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At moment always equals zero.

I honestly don't really understand what part of documentation it is, but it's definitely not true.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Shvandre Let's open a separate issue on this, because this part has not been touched by this PR

| address | (bits256) | Required | Smart contract account ID number |
Expand Down