1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge pull request #368 from tvorogme/patch-2

Documentation fix, set addr_extern len:(## 9)
This commit is contained in:
EmelyanenkoK 2022-05-24 21:08:37 +03:00 committed by GitHub
commit 8e9ac8d130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -865,7 +865,7 @@ bit$_ _:(## 1) = Bit;
The serialization of source and destination addresses is defined by the following TL-B scheme: The serialization of source and destination addresses is defined by the following TL-B scheme:
\begin{verbatim} \begin{verbatim}
addr_none$00 = MsgAddressExt; addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(len * Bit) addr_extern$01 len:(## 9) external_address:(len * Bit)
= MsgAddressExt; = MsgAddressExt;
anycast_info$_ depth:(## 5) rewrite_pfx:(depth * Bit) = Anycast; anycast_info$_ depth:(## 5) rewrite_pfx:(depth * Bit) = Anycast;
addr_std$10 anycast:(Maybe Anycast) addr_std$10 anycast:(Maybe Anycast)

View file

@ -2277,7 +2277,7 @@ The ``global variables'' may be helpful in implementing some high-level smart-co
The message and address manipulation primitives listed below serialize and deserialize values according to the following TL-B scheme (cf.~\ptref{sp:tlb.brief}): The message and address manipulation primitives listed below serialize and deserialize values according to the following TL-B scheme (cf.~\ptref{sp:tlb.brief}):
\begin{verbatim} \begin{verbatim}
addr_none$00 = MsgAddressExt; addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(bits len) addr_extern$01 len:(## 9) external_address:(bits len)
= MsgAddressExt; = MsgAddressExt;
anycast_info$_ depth:(#<= 30) { depth >= 1 } anycast_info$_ depth:(#<= 30) { depth >= 1 }
rewrite_pfx:(bits depth) = Anycast; rewrite_pfx:(bits depth) = Anycast;