mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Documentation fix, set addr_extern len:(## 9)
This commit is contained in:
parent
15088bb878
commit
cf94ed6283
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue